diff options
Diffstat (limited to 'lib/libaccess/aclcache.cpp')
-rw-r--r-- | lib/libaccess/aclcache.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libaccess/aclcache.cpp b/lib/libaccess/aclcache.cpp index 37f4b0ea..1cac6388 100644 --- a/lib/libaccess/aclcache.cpp +++ b/lib/libaccess/aclcache.cpp @@ -150,8 +150,6 @@ ACL_ListHashUpdate(ACLListHandle_t **acllistp) NSAPI_PUBLIC void ACL_ListHashEnter(ACLListHandle_t **acllistp) { - NSErr_t *errp = 0; - ACL_CritEnter(); /* Look for a matching ACL List and use it if we find one. */ |