diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2006-11-10 01:34:17 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2006-11-10 01:34:17 +0000 |
commit | 9836a68c2f977736ef928bd1807fae43d3ac7ebe (patch) | |
tree | 7aef14e31136d8aa7fef52af53fb3220eecb5a71 /lib/libaccess/authdb.cpp | |
parent | fbe7b93edde01330b428ca0a2f4b595a5e5a908e (diff) | |
download | ds-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.cpp | 4 |
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) { |