From d4df6322c4790ea932280602fdb584486f6101b6 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 10 Oct 2006 05:21:06 +0000 Subject: [PATCH] * Removed unused variable. --- ginac/mul.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ginac/mul.cpp b/ginac/mul.cpp index 63cc7e72..351a72cb 100644 --- a/ginac/mul.cpp +++ b/ginac/mul.cpp @@ -663,7 +663,6 @@ ex mul::algebraic_subs_mul(const exmap & m, unsigned options) const retry1: int nummatches = std::numeric_limits::max(); std::vector currsubsed(seq.size(), false); - bool succeed = true; lst repls; if(!algebraic_match_mul_with_mul(*this, it->first, repls, 0, nummatches, subsed, currsubsed)) -- 2.44.0