diff options
author | Conrad Scott <conrad.scott@dsl.pipex.com> | 2002-08-06 03:40:40 +0000 |
---|---|---|
committer | Conrad Scott <conrad.scott@dsl.pipex.com> | 2002-08-06 03:40:40 +0000 |
commit | ffebb4fe0c3e1c3ca5ab14ec7737da054e2dc096 (patch) | |
tree | 85aad811c50af03bb7a547d2c5341d98a8a6f930 /winsup/cygwin/debug.h | |
parent | 8d0bc156efc1246ce894f7d844a41384383c0c7f (diff) | |
download | cygnal-ffebb4fe0c3e1c3ca5ab14ec7737da054e2dc096.tar.gz cygnal-ffebb4fe0c3e1c3ca5ab14ec7737da054e2dc096.tar.bz2 cygnal-ffebb4fe0c3e1c3ca5ab14ec7737da054e2dc096.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/debug.h')
-rw-r--r-- | winsup/cygwin/debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |