From: Eli Zaretskii Date: Mon, 1 Oct 2012 09:59:53 +0000 (+0200) Subject: Remove forgotten debug code from w32proc.c. X-Git-Tag: emacs-24.2.90~241^2~60 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db9848e48002923b514e45717f4a67b9070b1801;p=emacs.git Remove forgotten debug code from w32proc.c. --- diff --git a/src/w32proc.c b/src/w32proc.c index b0881c25d6c..4c20ca13379 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -361,10 +361,8 @@ timer_loop (LPVOID arg) DWORD result = SuspendThread (itimer->caller_thread); if (result == (DWORD)-1) - { - DebPrint (("Thread %d exiting with status 2\n", which)); - return 2; - } + return 2; + handler (sig); ResumeThread (itimer->caller_thread); }