langtools/src/share/classes/com/sun/tools/sjavac/options/Options.java
changeset 26087 93e7681752f6
parent 24067 76e7b6bbbd85
child 26088 f479ca655ba1
--- a/langtools/src/share/classes/com/sun/tools/sjavac/options/Options.java	Wed Jul 05 19:53:51 2017 +0200
+++ b/langtools/src/share/classes/com/sun/tools/sjavac/options/Options.java	Fri Aug 08 20:47:24 2014 +0200
@@ -176,14 +176,6 @@
         return false;
     }
 
-    /** Returns true iff an @-file is among the javac arguments */
-    public boolean isAtFilePresent() {
-        for (String javacArg : javacArgs)
-            if (javacArg.startsWith("@"))
-                return true;
-        return false;
-    }
-
     /**
      * Returns a string representation of the options that affect the result of
      * the compilation. (Used for saving the state of the options used in a