diff options
Diffstat (limited to 'src')
-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; |