diff --git a/Changes b/Changes index 6eed895eb..1ab2a5022 100644 --- a/Changes +++ b/Changes @@ -1580,3 +1580,5 @@ seen. gmtime warning still there - Fixed a bug where /who +c #chan would let you see users in a +s channel - Added Nugget's setuid patch - Made the IRC_UID stuff more proper.. +- Removed some old debug code from the win32 debugger + diff --git a/src/win32/debug.c b/src/win32/debug.c index bf76e27e9..0b2fa03fa 100644 --- a/src/win32/debug.c +++ b/src/win32/debug.c @@ -215,7 +215,4 @@ void InitDebug(void) { SetUnhandledExceptionFilter(&ExceptionFilter); } -void Crash() { - int o = 0; - o = 1/o; -} +