mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-15 17:12:14 +03:00
Removes method isDisruptive from Action class
This commit is contained in:
committed by
Felipe Zimmerle
parent
1522e7cd0a
commit
11111b5826
@@ -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