mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Remove an unused variable
This commit is contained in:
parent
8750ee5d33
commit
cc72035034
@ -221,7 +221,6 @@ int ModSecurity::processContentOffset(const char *content, size_t len,
|
|||||||
Utils::Regex variables("v([0-9]+),([0-9]+)");
|
Utils::Regex variables("v([0-9]+),([0-9]+)");
|
||||||
Utils::Regex operators("o([0-9]+),([0-9]+)");
|
Utils::Regex operators("o([0-9]+),([0-9]+)");
|
||||||
Utils::Regex transformations("t:(?:(?!t:).)+");
|
Utils::Regex transformations("t:(?:(?!t:).)+");
|
||||||
int i;
|
|
||||||
yajl_gen g;
|
yajl_gen g;
|
||||||
std::string varValue;
|
std::string varValue;
|
||||||
std::string opValue;
|
std::string opValue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user