]> source.dussan.org Git - poi.git/commitdiff
removed unused constructor and old comment after r654649
authorJosh Micich <josh@apache.org>
Thu, 8 May 2008 23:06:30 +0000 (23:06 +0000)
committerJosh Micich <josh@apache.org>
Thu, 8 May 2008 23:06:30 +0000 (23:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654650 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/record/formula/FuncPtg.java

index 2585bd764f90219b69bde80c2e07fe8afbe64429..364ddf5a02bb46abb9030559394ccba816e2e47e 100644 (file)
@@ -32,18 +32,6 @@ public final class FuncPtg extends AbstractFunctionPtg {
     public final static int  SIZE = 3;
     private int numParams=0;
 
-    /**
-     * FuncPtgs are defined to be 4 bytes but the actual FuncPtg uses only 2 bytes.
-     * If we have leftOvers that are read from the file we should serialize them back out.
-     * <p>
-     * If the leftovers are removed, a prompt "Warning: Data may have been lost occurs in Excel"
-     */
-       //protected byte[] leftOvers = null;
-
-    private FuncPtg() {
-      //Required for clone methods
-    }
-
     /**Creates new function pointer from a byte array
      * usually called while reading an excel file.
      */