removed unused private methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.externaltools / src / net / sourceforge / phpdt / externaltools / internal / registry / ExternalToolMigration.java
index babbcc6..1568284 100644 (file)
@@ -150,13 +150,13 @@ public final class ExternalToolMigration {
        /* package */
        // This method is not called. It is left here in case
        // we decide to do tool migration in the future
-       private static void readInOldTools() {
-               readIn20Tools();
-               readIn21Tools();
-       }
+//     private static void readInOldTools() {
+//             readIn20Tools();
+//             readIn21Tools();
+//     }
 
-       private static void readIn21Tools() {
-       }
+//     private static void readIn21Tools() {
+//     }
 
        public static void readIn20Tools() {
                boolean migrationSuccessful = true;