diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 6f9163ad8..930514169 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -334,10 +334,6 @@ class CoreExport InspIRCd */ CommandParser* Parser; - /** Socket engine, handles socket activity events - */ - SocketEngine* SE; - /** Thread engine, Handles threading where required */ ThreadEngine* Threads; |