diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-05-23 17:18:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-05-23 22:18:56 +0200 |
commit | 7d35379465058f2a4f944ad622b628bd1ed38ee2 (patch) | |
tree | 51bf63d6b26ce42817723dcc515a96784ba75ea5 /xmlsecurity/source | |
parent | 8615efe611abe8654e643e1ccbc0dc8f52d2e0b0 (diff) |
Remove leftover "#undef DEBUG"
...which might have had a purpose in the past, but look unused today. (DEBUG is
defined in solenv/gbuild/gbuild.mk iff dbglevel >= 2, and `make
Library_xsec_xmlsec dbglevel=2` doesn't run into any problems for me with the
undefs removed.)
Change-Id: I7f941e8c2d454f4206fb17bc791247606ffe6309
Reviewed-on: https://gerrit.libreoffice.org/54718
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/nssinitializer.cxx | 7 | ||||
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx | 8 |
2 files changed, 0 insertions, 15 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx index 2a9aaab057bb..c402e2833604 100644 --- a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx +++ b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx @@ -17,13 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -/* - * and turn off the additional virtual methods which are part of some interfaces when compiled - * with debug - */ -#undef DEBUG - #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/mozilla/XMozillaBootstrap.hpp> #include <com/sun/star/xml/crypto/DigestID.hpp> diff --git a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx index 58fa45acf4b6..45b85cb97705 100644 --- a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx +++ b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx @@ -17,14 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -/* - * and turn off the additional virtual methods which are part of some interfaces when compiled - * with debug - */ -#ifdef DEBUG -#undef DEBUG -#endif - #include <comphelper/processfactory.hxx> #include <sal/types.h> #include <rtl/bootstrap.hxx> |