From ec56ef334436d09217c9e6169658dd599d471834 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 8 Nov 2001 15:28:12 +0000 Subject: [PATCH] #94354# (jbu): workaround is not necessary anymore, problem has been fixed inside the language binding(see bridges project) --- ucb/source/ucp/file/shell.cxx | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/ucb/source/ucp/file/shell.cxx b/ucb/source/ucp/file/shell.cxx index 3bc072e89eba..ee9e74292c16 100644 --- a/ucb/source/ucp/file/shell.cxx +++ b/ucb/source/ucp/file/shell.cxx @@ -2,9 +2,9 @@ * * $RCSfile: shell.cxx,v $ * - * $Revision: 1.58 $ + * $Revision: 1.59 $ * - * last change: $Author: hr $ $Date: 2001-11-05 20:24:36 $ + * last change: $Author: hr $ $Date: 2001-11-08 16:28:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -987,17 +987,6 @@ shell::setv( sal_Int32 CommandId, return ret; } -#if ( defined(GCC) && __GNUC__ >= 3 ) -static void dummy (void) throw (InteractiveAugmentedIOException) -{ - // This one is never called. One throw statement is needed to convince - // the gcc-3.0.x compiler to place the RTTI information for - // InteractiveAugmentedIOException into the object file. - throw InteractiveAugmentedIOException(); -} -#endif - - /*********************************************************************************/ /* */ /* getv-Implementation */