diff options
| author | Eli Zaretskii | 2012-10-01 11:59:53 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-01 11:59:53 +0200 |
| commit | db9848e48002923b514e45717f4a67b9070b1801 (patch) | |
| tree | 67bbc4561eca9cbcf8315b5b20bb3d34c9ccf8db /src | |
| parent | 4cdfbb8976eaff3cd5c36b9e2b3489483482e305 (diff) | |
| download | emacs-db9848e48002923b514e45717f4a67b9070b1801.tar.gz emacs-db9848e48002923b514e45717f4a67b9070b1801.zip | |
Remove forgotten debug code from w32proc.c.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32proc.c | 6 |
1 files changed, 2 insertions, 4 deletions
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) | |||
| 361 | DWORD result = SuspendThread (itimer->caller_thread); | 361 | DWORD result = SuspendThread (itimer->caller_thread); |
| 362 | 362 | ||
| 363 | if (result == (DWORD)-1) | 363 | if (result == (DWORD)-1) |
| 364 | { | 364 | return 2; |
| 365 | DebPrint (("Thread %d exiting with status 2\n", which)); | 365 | |
| 366 | return 2; | ||
| 367 | } | ||
| 368 | handler (sig); | 366 | handler (sig); |
| 369 | ResumeThread (itimer->caller_thread); | 367 | ResumeThread (itimer->caller_thread); |
| 370 | } | 368 | } |