Bug 525432: Fix compile warnings in official build

Change-Id: I73da45f27bc26bbfd4c2efcb0abdf122788c797f
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
index 70546c2..efa1fe1 100644
--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
+++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
@@ -211,10 +211,6 @@
 	return moduleBinding;
 }
 
-@Deprecated
-public ReferenceBinding askForType(char[][] compoundName) {
-	return askForType(compoundName, this.UnNamedModule);
-}
 /**
  * Ask the name environment for a type which corresponds to the compoundName.
  * Answer null if the name cannot be found.