diff options
Diffstat (limited to 'winsup/cygwin/debug.cc')
-rw-r--r-- | winsup/cygwin/debug.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/debug.cc b/winsup/cygwin/debug.cc index b7c2b59b4..be256b01b 100644 --- a/winsup/cygwin/debug.cc +++ b/winsup/cygwin/debug.cc @@ -153,8 +153,6 @@ add_handle (const char *func, int ln, HANDLE h, const char *name, bool inh) cygheap->debug.endh->next = hl; cygheap->debug.endh = hl; debug_printf ("protecting handle '%s', inherited flag %d", hl->name, hl->inherited); - - return; } static void __stdcall |