mirror of
https://github.com/znc/znc.git
synced 2026-08-08 01:43:03 +02:00
modules: cleanup superfluous virtual keywords
These methods are not overriding anything or being overridden anywhere.
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
PutModule(" -- End of List");
|
||||
}
|
||||
|
||||
virtual void RunJob()
|
||||
void RunJob()
|
||||
{
|
||||
CIRCNetwork* pNetwork = GetNetwork();
|
||||
if (!pNetwork->GetIRCSock())
|
||||
|
||||
Reference in New Issue
Block a user