diff options
author | Peter Powell <petpow@saberuk.com> | 2019-12-08 21:23:22 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-12-08 21:30:55 +0000 |
commit | 9ad873886e518bf3621a88e8c48607ab79020c0a (patch) | |
tree | df648e82dbb5ba4cdec7375b20a93bceaf6bc4b1 /include/inspircd.h | |
parent | 3faa9e329907bca551843119b27dd84d67eb0f40 (diff) |
Convert InspIRCd::SetSignals to a static function.
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 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; |