summaryrefslogtreecommitdiff
path: root/include/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/connection.h')
-rw-r--r--include/connection.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/connection.h b/include/connection.h
index 8e997742a..ed88d83f7 100644
--- a/include/connection.h
+++ b/include/connection.h
@@ -161,13 +161,6 @@ class ircd_connector : public Extensible
};
-/** Class packet is deprecated.
- * This declaration is preserved here to maintain documentation only.
- */
-class packet : public classbase
-{
-};
-
/** Please note: classes serverrec and userrec both inherit from class connection.
*/
class connection : public Extensible