]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Small speedup. Remove redundant initialisation.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 1 Feb 2012 12:36:24 +0000 (12:36 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 1 Feb 2012 12:36:24 +0000 (12:36 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1546 e59a4935-1847-0410-ae03-e826735625c1

src/simplifier/constantBitP/multiplication/ColumnCounts.h

index 3a400f35c649fbf17b82b23dd47b9b09e6ff3ee0..890a15273ff03bcc07dfeae70b3328e3e877ac13 100644 (file)
@@ -46,7 +46,6 @@ struct ColumnCounts
                        columnL[i] = 0;
                        columnH[i] = i + 1;
                }
-               rebuildSums();
        }
 
        void rebuildSums()