From 9836a68c2f977736ef928bd1807fae43d3ac7ebe Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Fri, 10 Nov 2006 01:34:17 +0000 Subject: Resolves: #214728 Summary: Cleaning up obsolete macros in the build Changes: eliminated macro NSPR20 (Comment #8) --- lib/libaccess/authdb.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/libaccess/authdb.cpp') 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) { -- cgit