1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 10:33:13 +02:00

Use C++11's explicit override feature if available

This commit is contained in:
Adam
2012-02-18 15:04:26 -05:00
parent 41e8d27602
commit ee5cd8493e
201 changed files with 995 additions and 1003 deletions
-3
View File
@@ -54,6 +54,3 @@ void Pipe::Notify()
write(this->WritePipe, &dummy, 1);
}
void Pipe::OnNotify()
{
}