diff options
| author | 2023-01-23 01:09:51 +0000 | |
|---|---|---|
| committer | 2023-01-23 01:09:51 +0000 | |
| commit | 9bb0cfa4f886023d9c4c1c87e02d0f2e953495ae (patch) | |
| tree | 3472b44ede9b3ef9502b391440f413e32d0e9d26 /src/inspircd.cpp | |
| parent | Move duration functions to their own header. (diff) | |
Default more stuff inline in the InspIRCd class.
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 919e0e8ed..5a15bd6da 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -461,10 +461,6 @@ void InspIRCd::WritePID() } InspIRCd::InspIRCd(int argc, char** argv) - : PI(&DefaultProtocolInterface) - , GenRandom(&DefaultGenRandom) - , IsNick(&DefaultIsNick) - , IsIdent(&DefaultIsIdent) { ServerInstance = this; |
