Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / util / SimpleNameVector.java
index 5766543..94703a8 100644 (file)
@@ -52,10 +52,10 @@ public final class SimpleNameVector {
                this.size += newElements.length;
        }
 
-       public void copyInto(Object[] targetArray) {
-
-               System.arraycopy(this.elements, 0, targetArray, 0, this.size);
-       }
+//     public void copyInto(Object[] targetArray) {
+//
+//             System.arraycopy(this.elements, 0, targetArray, 0, this.size);
+//     }
 
        public boolean contains(char[] element) {