Skip to content

Commit cc72035

Browse files
p0pr0ck5Felipe Zimmerle
authored and
Felipe Zimmerle
committed
Remove an unused variable
1 parent 8750ee5 commit cc72035

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modsecurity.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ int ModSecurity::processContentOffset(const char *content, size_t len,
221221
Utils::Regex variables("v([0-9]+),([0-9]+)");
222222
Utils::Regex operators("o([0-9]+),([0-9]+)");
223223
Utils::Regex transformations("t:(?:(?!t:).)+");
224-
int i;
225224
yajl_gen g;
226225
std::string varValue;
227226
std::string opValue;

0 commit comments

Comments
 (0)