diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-08-31 10:39:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-08-31 11:51:03 +0200 |
commit | cf73e0217169af9081951c3032d8de5fc30c81d7 (patch) | |
tree | 66372519f5e3bed9cfff93cc30d5bafc004d5271 /sal | |
parent | 3c96120b0d73b7e915dfb0c01578e07cef0f8755 (diff) |
Remove some commented-out code
_CRT_NON_CONFORMING_SWPRINTFS is unconditionally defined in
solenv/gbuild/platform/com_MSC_defs.mk, anyway
Change-Id: I43eabc460dfe3ec9e86ec255f0b100eb22166864
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101696
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/Library_sal.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index 42e3dc53e301..ddbd13a37392 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -218,13 +218,6 @@ endif else # $(OS) == WNT -# FIXME ? -# .IF "$(CCNUMVER)" >= "001400000000" -# $(eval $(call gb_Library_add_defs,sal,\ - -D_CRT_NON_CONFORMING_SWPRINTFS \ -)) -# .ENDIF - $(eval $(call gb_Library_add_exception_objects,sal,\ sal/osl/w32/backtrace \ sal/osl/w32/conditn \ |