langtools/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java
changeset 14548 aa687b312c97
parent 14545 2e7bab0639b8
child 14952 d0022ae20516
--- a/langtools/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java	Sat Nov 17 19:01:03 2012 +0000
+++ b/langtools/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java	Mon Nov 19 11:38:49 2012 -0800
@@ -489,22 +489,6 @@
      * For internal use only.  This method will be
      * removed without warning.
      */
-    public Context getContext() {
-        return context;
-    }
-
-    /**
-     * For internal use only.  This method will be
-     * removed without warning.
-     */
-    public void updateContext(Context newContext) {
-        context = newContext;
-    }
-
-    /**
-     * For internal use only.  This method will be
-     * removed without warning.
-     */
     public Type parseType(String expr, TypeElement scope) {
         if (expr == null || expr.equals(""))
             throw new IllegalArgumentException();