From 7e8f4f43bc25f9231680c128c8e38612b0dbdc88 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Mon, 25 Jul 2005 01:02:39 +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.44.0