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