From: Vadim Zeitlin Date: Thu, 26 Mar 2009 13:46:22 +0000 (+0000) Subject: remove unused variable X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/92f8206fee8b6acd2f92331e44ff074287ebbb8d remove unused variable git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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