diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-11 10:41:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-11 12:37:08 +0100 |
commit | 521a9f6f76a135928806355e981eeb7860b2fbe7 (patch) | |
tree | b28a92b9e74bb79afdaee0a046a2560efecf5fc1 /cppu/util | |
parent | 2f68ee59b2a2a35433925626fa4a155b68ddb6f7 (diff) |
#i107490# cppu lifecycle cleanup
Diffstat (limited to 'cppu/util')
-rw-r--r-- | cppu/util/target.pmk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cppu/util/target.pmk b/cppu/util/target.pmk index 4e456b20605b..3befcb154753 100644 --- a/cppu/util/target.pmk +++ b/cppu/util/target.pmk @@ -51,12 +51,3 @@ CFLAGS += -Ob0 .ENDIF .ENDIF - -# other stuff - -.IF "$(cppu_no_leak)" == "" -.IF "$(bndchk)" == "" -CFLAGS += -DCPPU_LEAK_STATIC_DATA -.ENDIF -.ENDIF - |