From 0bc4a1b20d05dbf6c2785aad4c6a9dae3dc60a1e Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 5 Mar 2002 18:55:49 +0000 Subject: [PATCH] Warning suppressioni from Craig Rodrigues [SVN r13098] --- operators_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/operators_test.cpp b/operators_test.cpp index ac7988d..f2893e0 100644 --- a/operators_test.cpp +++ b/operators_test.cpp @@ -499,7 +499,6 @@ namespace void operator()(boost::minstd_rand& randomizer) const { Big b1 = Big( randomizer() ); - Big b2 = Big( randomizer() ); Small s = Small( randomizer() ); test_left( Wrapped6(b1), s, b1, s );