summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-24 00:13:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-25 08:52:55 +0100
commit3b006a10b77db62274af2945a2a94df1efa7ab62 (patch)
treec6636ecf200eb8b848cad74370b9b93dbd3feb1b /xmlsecurity
parent86ff37355ec8003a45e2b091868d785fe7d7b237 (diff)
stricmp macro is unused
...since f3eb77586e067a46211334a78987652815f47744 "further removing of dead code." Change-Id: I6805c5adafcf19782f352cdacd0d99a9e7681eb6
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx
index 856209224f3b..85dfb93190cf 100644
--- a/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx
+++ b/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx
@@ -38,10 +38,6 @@
#include "xmlsec/xmlenc.h"
#include "xmlsec/crypto.h"
-#ifdef UNX
-#define stricmp strcasecmp
-#endif
-
using namespace ::com::sun::star::uno ;
using namespace ::com::sun::star::lang ;
using ::com::sun::star::lang::XMultiServiceFactory ;