summaryrefslogtreecommitdiff
path: root/basic/source/runtime/step2.cxx
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2010-10-09 18:48:33 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-09 14:09:45 -0500
commit31506335a0613341407140662fe7c62dab0fabdc (patch)
tree23bee785a9a82223f3fb2e23f7b202b90be11f42 /basic/source/runtime/step2.cxx
parent44fdd8e4d2fa5fc36e4541994fafead3f6c6a8db (diff)
Remove redundant #ifndef & #ifdef directives
These unused directives are:- - multiple #ifndef GCC - one #ifdef WIN
Diffstat (limited to 'basic/source/runtime/step2.cxx')
-rw-r--r--basic/source/runtime/step2.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/runtime/step2.cxx b/basic/source/runtime/step2.cxx
index 587b0ae7a590..072f33d55347 100644
--- a/basic/source/runtime/step2.cxx
+++ b/basic/source/runtime/step2.cxx
@@ -29,8 +29,6 @@
#include "precompiled_basic.hxx"
#include "runtime.hxx"
-#ifndef GCC
-#endif
#include "iosys.hxx"
#include "image.hxx"
#include "sbintern.hxx"