From 27c6719e58836712731c8b49fbf9f2c074840e9a Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Mon, 25 Jul 2005 01:03:01 +0000 Subject: [PATCH] mul::expand(): Remove unused variable. --- ginac/mul.cpp | 1 - 1 file changed, 1 deletion(-) 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()); -- 2.49.0