From 9ad873886e518bf3621a88e8c48607ab79020c0a Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 8 Dec 2019 21:23:22 +0000 Subject: Convert InspIRCd::SetSignals to a static function. --- include/inspircd.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index 97f8b3017..56ad556d7 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -181,10 +181,6 @@ class serverstats class CoreExport InspIRCd { private: - /** Set up the signal handlers - */ - void SetSignals(); - /** The current time, updated in the mainloop */ struct timespec TIME; -- cgit v1.2.3