From: Richard Kreckel Date: Mon, 25 Jul 2005 01:02:39 +0000 (+0000) Subject: mul::expand(): Remove unused variable. X-Git-Tag: release_1-4-0~160 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=7e8f4f43bc25f9231680c128c8e38612b0dbdc88;p=ginac.git mul::expand(): Remove unused variable. --- 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());