mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Remove an unused variable
This commit is contained in:
committed by
Felipe Zimmerle
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;
|
||||||
|
Reference in New Issue
Block a user