From 227563a13dc028e635e6e63a28cd92106bafdb7e Mon Sep 17 00:00:00 2001 From: codemastr Date: Sun, 1 Sep 2002 14:41:12 +0000 Subject: [PATCH] removed some old win32 debugger debug code --- Changes | 2 ++ src/win32/debug.c | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) 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; -} +