mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Remove no longer needed cppcheck inline suppressions.
This commit is contained in:
@@ -405,7 +405,7 @@ class Transaction : public TransactionAnchoredVariables, public TransactionSecMa
|
||||
size_t getRequestBodyLength();
|
||||
|
||||
#ifndef NO_LOGS
|
||||
void debug(int, const std::string &) const; // cppcheck-suppress functionStatic
|
||||
void debug(int, const std::string &) const;
|
||||
#endif
|
||||
void serverLog(const RuleMessage &rm);
|
||||
|
||||
|
Reference in New Issue
Block a user