summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/mingw_intel
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-12 11:35:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-12 22:47:47 +0200
commit60ad74a87cb150feed06e6c48cf7461667a9cae9 (patch)
tree5bbded5f86d28cb67107b71e18914d23d14657c6 /bridges/source/cpp_uno/mingw_intel
parent27b9f9f348b720e08f37db829533372dc4b73248 (diff)
sb140: #i117295# removed obsolete LEAK_STATIC_DATA defines
Diffstat (limited to 'bridges/source/cpp_uno/mingw_intel')
-rw-r--r--bridges/source/cpp_uno/mingw_intel/makefile.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/mingw_intel/makefile.mk b/bridges/source/cpp_uno/mingw_intel/makefile.mk
index 6ff0cbe2da68..51a995129240 100644
--- a/bridges/source/cpp_uno/mingw_intel/makefile.mk
+++ b/bridges/source/cpp_uno/mingw_intel/makefile.mk
@@ -40,9 +40,6 @@ ENABLE_EXCEPTIONS=TRUE
.IF "$(COM)" == "GCC"
-.IF "$(cppu_no_leak)" == ""
-CFLAGS += -DLEAK_STATIC_DATA
-.ENDIF
.IF "$(EXCEPTIONS)" == "sjlj"
CFLAGS += -DBROKEN_ALLOCA
.ENDIF