summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-29 17:50:16 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-03-29 17:52:47 +0200
commit0fdbb5b0eabbaa571f3747fda12a56c938cba474 (patch)
tree9ea81c254cb0c018f201c890fd0bfcc7ffca7d9f /bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx
parent5d9b072cef8d480c87adfa4c3a980782a17823a1 (diff)
Make cpp_uno/gcc3_linux_x86-64 bridge work with GCC 4.7
See comment in callvirtualmethod.cxx for details.
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx b/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx
index fca8cb9ae2a2..08e681d2f780 100644
--- a/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx
@@ -57,10 +57,6 @@ using namespace ::__cxxabiv1;
namespace CPPU_CURRENT_NAMESPACE
{
-void dummy_can_throw_anything( SAL_UNUSED_PARAMETER char const * )
-{
-}
-
//==================================================================================================
static OUString toUNOname( char const * p ) SAL_THROW(())
{