mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Feature #862: Clean unused variables in AclManager::authorize
This commit is contained in:
parent
48f83532a2
commit
d9a23d7437
@ -121,10 +121,6 @@ const bool AclManager::authorize(
|
||||
{
|
||||
ostringstream oss;
|
||||
|
||||
multimap<long long, AclRule *>::iterator it;
|
||||
pair<multimap<long long, AclRule *>::iterator,
|
||||
multimap<long long, AclRule *>::iterator> index;
|
||||
|
||||
bool auth = false;
|
||||
|
||||
// Build masks for request
|
||||
|
Loading…
x
Reference in New Issue
Block a user