1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 21:23:12 +02:00

removed some old win32 debugger debug code

This commit is contained in:
codemastr
2002-09-01 14:41:12 +00:00
parent 6aa5b7a341
commit 227563a13d
2 changed files with 3 additions and 4 deletions
+2
View File
@@ -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
+1 -4
View File
@@ -215,7 +215,4 @@ void InitDebug(void) {
SetUnhandledExceptionFilter(&ExceptionFilter);
}
void Crash() {
int o = 0;
o = 1/o;
}