diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-17 12:58:11 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-17 12:58:11 +0000 |
commit | b45997b5d2b8f095d0ce00949b27854af1f86ac4 (patch) | |
tree | bf97c9b60f0bb61f3c50ff2eaf405b087fc84afd /src/connection.cpp | |
parent | 2aedcf9a9519603a08428a91f61716bf0bab7734 (diff) |
More fixes to class 'packet'
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@633 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/connection.cpp')
-rw-r--r-- | src/connection.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index 75ebde3ec..28f3ef675 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -17,14 +17,6 @@ extern std::vector<ircd_module*> factory; extern int MODCOUNT; -packet::packet() -{ -} - -packet::~packet() -{ -} - connection::connection() { fd = 0; |