summaryrefslogtreecommitdiffstats
path: root/lib/libaccess/authdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libaccess/authdb.cpp')
-rw-r--r--lib/libaccess/authdb.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libaccess/authdb.cpp b/lib/libaccess/authdb.cpp
index dad71bcb..5fec834b 100644
--- a/lib/libaccess/authdb.cpp
+++ b/lib/libaccess/authdb.cpp
@@ -231,11 +231,7 @@ NSAPI_PUBLIC int ACL_DatabaseFind(NSErr_t *errp, const char *name,
if (ACLDbNameHash) {
info = (AuthdbInfo_t *)PR_HashTableLookup(ACLDbNameHash,
-#ifdef NSPR20
name
-#else
- (char *)name
-#endif
);
if (info) {