Removes init from SetVar

This commit is contained in:
Felipe Zimmerle
2020-08-20 09:05:33 -03:00
parent 71afd1a979
commit 7fd4b8441f
2 changed files with 0 additions and 6 deletions

View File

@@ -37,11 +37,6 @@ namespace modsecurity {
namespace actions {
bool SetVar::init(std::string *error) {
return true;
}
bool SetVar::execute(Transaction *t) const noexcept {
std::string targetValue;
std::string resolvedPre;