summaryrefslogtreecommitdiffstats
path: root/lib/libaccess/authdb.cpp
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-11-10 01:34:17 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-11-10 01:34:17 +0000
commit9836a68c2f977736ef928bd1807fae43d3ac7ebe (patch)
tree7aef14e31136d8aa7fef52af53fb3220eecb5a71 /lib/libaccess/authdb.cpp
parentfbe7b93edde01330b428ca0a2f4b595a5e5a908e (diff)
downloadds-9836a68c2f977736ef928bd1807fae43d3ac7ebe.tar.gz
ds-9836a68c2f977736ef928bd1807fae43d3ac7ebe.tar.xz
ds-9836a68c2f977736ef928bd1807fae43d3ac7ebe.zip
Resolves: #214728
Summary: Cleaning up obsolete macros in the build Changes: eliminated macro NSPR20 (Comment #8)
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) {