diff options
| author | 2013-08-12 20:10:06 +0200 | |
|---|---|---|
| committer | 2013-08-12 20:10:06 +0200 | |
| commit | 37394a80c2b4a3948e4f0e850710c9518d9ba259 (patch) | |
| tree | 9a15cf8cc9201f29ced2e510abc94e73c86db91a /src/mode.cpp | |
| parent | cmd_whowas Major cleanup, fix inefficiencies (diff) | |
| download | inspircd++-37394a80c2b4a3948e4f0e850710c9518d9ba259.tar.gz inspircd++-37394a80c2b4a3948e4f0e850710c9518d9ba259.tar.bz2 inspircd++-37394a80c2b4a3948e4f0e850710c9518d9ba259.zip | |
Clean up a few constructors
Do not silently correct a zero TS in Channel::Channel(); require callers to supply a valid TS instead
Diffstat (limited to 'src/mode.cpp')
| -rw-r--r-- | src/mode.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mode.cpp b/src/mode.cpp index 3206e5638..15f5c0d60 100644 --- a/src/mode.cpp +++ b/src/mode.cpp @@ -893,9 +893,6 @@ ModeParser::ModeParser() /* Clear mode handler list */ memset(modehandlers, 0, sizeof(modehandlers)); - /* Last parse string */ - LastParse.clear(); - seq = 0; memset(&sent, 0, sizeof(sent)); } |
