From 19cd513a509aa6e45361df774e74f2d39451e08a Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Thu, 18 Oct 2007 00:08:38 +0000 Subject: Resolves: #188320 Summary: HP-UX: warnings reported by the HP-UX compiler --- lib/libaccess/oneeval.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libaccess/oneeval.cpp') diff --git a/lib/libaccess/oneeval.cpp b/lib/libaccess/oneeval.cpp index d18fdcfa..a8f2b248 100644 --- a/lib/libaccess/oneeval.cpp +++ b/lib/libaccess/oneeval.cpp @@ -292,7 +292,6 @@ ACL_EvalDestroyContext(ACLListCache_t *cache) { ACLAceEntry_t *cur_ace, *next_ace; ACLAceNumEntry_t *cur_num_p, *next_num_p; - ACLExprHandle_t *acep; if (!cache) return 0; @@ -309,7 +308,6 @@ ACL_EvalDestroyContext(ACLListCache_t *cache) (cur_ace->acep->expr_type == ACL_EXPR_TYPE_AUTH)) PListDestroy(cur_ace->global_auth); next_ace = cur_ace->next; - acep = cur_ace->acep; /* The ACE structure itself */ PERM_FREE(cur_ace); cur_ace = next_ace; } -- cgit