]> git.saurik.com Git - wxWidgets.git/commitdiff
remove unused variable
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Mar 2009 13:46:22 +0000 (13:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Mar 2009 13:46:22 +0000 (13:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/test.cpp

index fa9ec1e6a44f501967195518c1fd28e008833756..62e04b129b4fc5a0eae510f5059ecfc92161605f 100644 (file)
@@ -108,7 +108,7 @@ public:
         {
             return functor();
         }
-        catch ( std::exception& )
+        catch ( std::exception& )
         {
             // cppunit deals with the standard exceptions itself, let it do as
             // it output more details (especially for std::exception-derived