X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/env/NameEnvironmentAnswer.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/env/NameEnvironmentAnswer.java index 38cecaf..0927669 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/env/NameEnvironmentAnswer.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/env/NameEnvironmentAnswer.java @@ -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;