summaryrefslogtreecommitdiff
path: root/rsc/source/prj/gui.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-21 18:33:54 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-21 18:37:01 +0100
commitb83e7b4144a132f34681f7b71619156e997381f0 (patch)
treefaa6584d924b2d5acbc75eebc30283088e386df6 /rsc/source/prj/gui.cxx
parentf12b13ab56e80389ec9a98da9dd96b5de401e1a9 (diff)
Remove CSET support
Obsolete IBM CSet C-Compiler
Diffstat (limited to 'rsc/source/prj/gui.cxx')
-rw-r--r--rsc/source/prj/gui.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/rsc/source/prj/gui.cxx b/rsc/source/prj/gui.cxx
index ecbf57928f92..42d45caeb433 100644
--- a/rsc/source/prj/gui.cxx
+++ b/rsc/source/prj/gui.cxx
@@ -46,12 +46,8 @@ static RscCompiler * pRscCompiler = NULL;
#if defined( UNX ) || defined ( GCC ) || defined(__MINGW32__)
void ExitProgram( void ){
#else
-#if defined( CSET )
- void _Optlink ExitProgram( void ){
-#else
void cdecl ExitProgram( void ){
#endif
-#endif
if( pRscCompiler )
delete pRscCompiler;
}
@@ -72,11 +68,7 @@ RscVerbosity lcl_determineVerbosity( int argc, char ** argv )
SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) {
#ifndef UNX
-#ifdef CSET
atexit( ExitProgram );
-#else
- atexit( ExitProgram );
-#endif
#endif
#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "debugging %s\n", argv[0] );