mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 17:41:52 +03:00
Removes method isDisruptive from Action class
This commit is contained in:
@@ -75,11 +75,6 @@ class Action {
|
||||
}
|
||||
|
||||
|
||||
virtual bool isDisruptive() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
const std::string *getName() const noexcept {
|
||||
return &m_name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user