]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_alltime.cpp
m_spanningtree Remove unneeded #includes
[user/henk/code/inspircd.git] / src / modules / m_alltime.cpp
index 38ae4b254f7c7853ab30d99d7c0d5975e8ffa02b..00bf7dcc13cc3de518dfb12f9c3b4398885e24db 100644 (file)
@@ -52,7 +52,6 @@ class CommandAlltime : public Command
        }
 };
 
-
 class Modulealltime : public Module
 {
        CommandAlltime mycommand;
@@ -67,10 +66,6 @@ class Modulealltime : public Module
                ServerInstance->Modules->AddService(mycommand);
        }
 
-       virtual ~Modulealltime()
-       {
-       }
-
        virtual Version GetVersion()
        {
                return Version("Display timestamps from all servers connected to the network", VF_OPTCOMMON | VF_VENDOR);