]> www.ginac.de Git - ginac.git/commitdiff
* Removed unused variable.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 10 Oct 2006 05:21:06 +0000 (05:21 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 10 Oct 2006 05:21:06 +0000 (05:21 +0000)
ginac/mul.cpp

index 63cc7e72a39e62c29e3e2f7444e458c80e3a5b82..351a72cbcfaa20210b9b8097b91bca5f2a5541b6 100644 (file)
@@ -663,7 +663,6 @@ ex mul::algebraic_subs_mul(const exmap & m, unsigned options) const
 retry1:
                        int nummatches = std::numeric_limits<int>::max();
                        std::vector<bool> currsubsed(seq.size(), false);
 retry1:
                        int nummatches = std::numeric_limits<int>::max();
                        std::vector<bool> currsubsed(seq.size(), false);
-                       bool succeed = true;
                        lst repls;
                        
                        if(!algebraic_match_mul_with_mul(*this, it->first, repls, 0, nummatches, subsed, currsubsed))
                        lst repls;
                        
                        if(!algebraic_match_mul_with_mul(*this, it->first, repls, 0, nummatches, subsed, currsubsed))