1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 22:26:38 +02:00

cs_xop: remove unused code

This commit is contained in:
Adam
2016-07-25 19:35:19 -04:00
parent 937b0e7185
commit dad4be050b
-8
View File
@@ -113,10 +113,6 @@ class CommandCSXOP : public Command
return;
}
XOPChanAccess tmp_access(NULL);
tmp_access.ci = ci;
tmp_access.type = source.command.upper();
AccessGroup access = source.AccessFor(ci);
const ChanAccess *highest = access.Highest();
bool override = false;
@@ -246,10 +242,6 @@ class CommandCSXOP : public Command
return;
}
XOPChanAccess tmp_access(NULL);
tmp_access.ci = ci;
tmp_access.type = source.command.upper();
AccessGroup access = source.AccessFor(ci);
const ChanAccess *highest = access.Highest();
bool override = false;