summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-12-08 21:23:22 +0000
committerPeter Powell <petpow@saberuk.com>2019-12-08 21:30:55 +0000
commit9ad873886e518bf3621a88e8c48607ab79020c0a (patch)
treedf648e82dbb5ba4cdec7375b20a93bceaf6bc4b1 /include/inspircd.h
parent3faa9e329907bca551843119b27dd84d67eb0f40 (diff)
Convert InspIRCd::SetSignals to a static function.
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h4
1 files changed, 0 insertions, 4 deletions
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;