X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fmul.cpp;h=90fd772ec2b16552c390e4697bfc30d3ca2871a8;hb=04e17739d8698c3c33287853c0a7177dad45c818;hp=b12f5d42fafcbbd4a0c5963559c9de48b13255be;hpb=22abfbe8c78e339188096a5bf749a7c2d4f0a368;p=ginac.git diff --git a/ginac/mul.cpp b/ginac/mul.cpp index b12f5d42..90fd772e 100644 --- a/ginac/mul.cpp +++ b/ginac/mul.cpp @@ -849,7 +849,6 @@ ex mul::expand(unsigned options) const // with the next one that is found while collecting the factors which are // not sums ex last_expanded = _ex1; - bool need_reexpand = false; epvector non_adds; non_adds.reserve(expanded_seq.size());