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