Remove no longer needed cppcheck inline suppressions.

This commit is contained in:
Eduardo Arias
2024-10-21 16:04:14 -03:00
parent 7ec50eb53f
commit aca93f568e
5 changed files with 7 additions and 7 deletions

View File

@@ -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);