Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / CompilationUnitElementInfo.java
index 3ec282a..1b75d03 100644 (file)
@@ -28,9 +28,9 @@ import net.sourceforge.phpdt.core.ISourceRange;
        /**
         * Returns the length of the source string.
         */
-       public int getSourceLength() {
-               return sourceLength;
-       }
+//     public int getSourceLength() {
+//             return sourceLength;
+//     }
 
        protected ISourceRange getSourceRange() {
                return new SourceRange(0, sourceLength);