From ffebb4fe0c3e1c3ca5ab14ec7737da054e2dc096 Mon Sep 17 00:00:00 2001 From: Conrad Scott Date: Tue, 6 Aug 2002 03:40:40 +0000 Subject: * debug.h (handle_list::allocated): Remove field. * debug.cc (newh): Don't malloc extra entries. (add_handle): Downgrade strace message level. (delete_handle): Remove case for `allocated' entries. --- winsup/cygwin/debug.h | 1 - 1 file changed, 1 deletion(-) (limited to 'winsup/cygwin/debug.h') diff --git a/winsup/cygwin/debug.h b/winsup/cygwin/debug.h index 56c922d60..09a74e917 100644 --- a/winsup/cygwin/debug.h +++ b/winsup/cygwin/debug.h @@ -81,7 +81,6 @@ extern int pinger; struct handle_list { - BOOL allocated; HANDLE h; const char *name; const char *func; -- cgit v1.2.3