Remove an unused variable

This commit is contained in:
Robert Paprocki 2018-04-30 15:55:13 -07:00 committed by Felipe Zimmerle
parent 8750ee5d33
commit cc72035034
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -221,7 +221,6 @@ int ModSecurity::processContentOffset(const char *content, size_t len,
Utils::Regex variables("v([0-9]+),([0-9]+)");
Utils::Regex operators("o([0-9]+),([0-9]+)");
Utils::Regex transformations("t:(?:(?!t:).)+");
int i;
yajl_gen g;
std::string varValue;
std::string opValue;