diff options
author | Peter Powell <petpow@saberuk.com> | 2017-12-10 13:48:57 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-12-23 12:13:06 +0000 |
commit | 57330e973b3eb1f2a84803c84daf9d6b420859fd (patch) | |
tree | 7391111eb7d41008268d81f084f82c5f5f2dcff1 /include | |
parent | b6f57c0f06f4905b04de6ec2069522d2263626c4 (diff) |
Get rid of InspIRCd::QuickExit.
This is just a thin wrapper around exit(). I don't think we really
need it.
While we are changing this code the setgroup/setuser code should be
using EXIT_STATUS_CONFIG too.
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 7e9007a1d..40c368106 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -402,11 +402,6 @@ class CoreExport InspIRCd */ void Exit(int status); - /** Causes the server to exit immediately with exit code 0. - * The status code is required for signal handlers, and ignored. - */ - static void QuickExit(int status); - /** Formats the input string with the specified arguments. * @param formatString The string to format * @param ... A variable number of format arguments. |