mirror of
https://github.com/anope/anope.git
synced 2026-07-02 00:46:38 +02:00
Use C++11's explicit override feature if available
This commit is contained in:
@@ -37,7 +37,3 @@ void Pipe::Notify()
|
||||
eventfd_write(this->GetFD(), 1);
|
||||
}
|
||||
|
||||
void Pipe::OnNotify()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user