Address cppcheck warnings: uselessOverride (The function '...' overrides a function in a base class but is identical to the overridden function)

This commit is contained in:
Eduardo Arias
2024-04-28 23:40:50 -03:00
committed by Eduardo Arias
parent da38f20e19
commit 7d9c80dede
12 changed files with 0 additions and 36 deletions

View File

@@ -40,7 +40,6 @@ class SetUID : public Action {
m_string(std::move(z)) { }
bool evaluate(RuleWithActions *rule, Transaction *transaction) override;
bool init(std::string *error) override;
private:
std::unique_ptr<RunTimeString> m_string;