Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / SearchableEnvironment.java
index 73fe296..b402aa8 100644 (file)
@@ -344,13 +344,13 @@ public class SearchableEnvironment implements ISearchableNameEnvironment,
        /**
         * Returns a printable string for the array.
         */
-       protected String toStringCharChar(char[][] names) {
-               StringBuffer result = new StringBuffer();
-               for (int i = 0; i < names.length; i++) {
-                       result.append(toStringChar(names[i]));
-               }
-               return result.toString();
-       }
+//     protected String toStringCharChar(char[][] names) {
+//             StringBuffer result = new StringBuffer();
+//             for (int i = 0; i < names.length; i++) {
+//                     result.append(toStringChar(names[i]));
+//             }
+//             return result.toString();
+//     }
 
        public void cleanup() {
        }