actions: Removes Rule parameter from runtime execute

This commit is contained in:
Felipe Zimmerle
2020-05-18 21:33:03 -03:00
parent 9b54b8e8ae
commit 1002058705
91 changed files with 172 additions and 192 deletions

View File

@@ -44,7 +44,7 @@ class SetSID : public ActionWithRunTimeString {
: ActionWithRunTimeString(action)
{ };
bool execute(RuleWithActions *rule, Transaction *transaction) override;
bool execute(Transaction *transaction) override;
virtual ActionWithRunTimeString *clone() override {
return new SetSID(*this);