diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-30 19:54:47 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-30 19:54:47 +0000 |
commit | 55b81f917cd313a8814d3364048af0036b41a2ca (patch) | |
tree | 2f3b56b0cc3207aef05dccf08dbf9a57ddaa6056 /include/commands/cmd_whowas.h | |
parent | fa2cdd0bb89330cfd9a6c49c4705da2a3cb02834 (diff) |
Clean up typos and some unused code
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11980 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands/cmd_whowas.h')
-rw-r--r-- | include/commands/cmd_whowas.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/commands/cmd_whowas.h b/include/commands/cmd_whowas.h index 71c635b39..4031ce6db 100644 --- a/include/commands/cmd_whowas.h +++ b/include/commands/cmd_whowas.h @@ -72,10 +72,6 @@ class CommandWhowas : public Command */ whowas_users_fifo whowas_fifo; - /* String holding stats so it can be collected - */ - std::string stats; - public: CommandWhowas(Module* parent); /** Handle command. |