From 92f8206fee8b6acd2f92331e44ff074287ebbb8d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 26 Mar 2009 13:46:22 +0000 Subject: [PATCH] remove unused variable git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.cpp b/tests/test.cpp index fa9ec1e6a4..62e04b129b 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -108,7 +108,7 @@ public: { return functor(); } - catch ( std::exception& e ) + catch ( std::exception& ) { // cppunit deals with the standard exceptions itself, let it do as // it output more details (especially for std::exception-derived -- 2.50.0