mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Cosmetics: Fix static analysis warnings
This commit is contained in:
@@ -1014,7 +1014,6 @@ std::string limitTo(int amount, const std::string &str) {
|
||||
|
||||
std::string toHexIfNeeded(const std::string &str) {
|
||||
std::stringstream res;
|
||||
size_t pos;
|
||||
|
||||
for (int i = 0; i < str.size(); i++) {
|
||||
int c = str.at(i);
|
||||
|
Reference in New Issue
Block a user