Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / env / NameEnvironmentAnswer.java
index 38cecaf..0927669 100644 (file)
@@ -19,9 +19,9 @@ public class NameEnvironmentAnswer {
 
        ISourceType[] sourceTypes;
 
-       public NameEnvironmentAnswer(IBinaryType binaryType) {
-               this.binaryType = binaryType;
-       }
+//     public NameEnvironmentAnswer(IBinaryType binaryType) {
+//             this.binaryType = binaryType;
+//     }
 
        public NameEnvironmentAnswer(ICompilationUnit compilationUnit) {
                this.compilationUnit = compilationUnit;