diff options
author | Christopher Faylor <me@cgf.cx> | 2007-07-14 15:58:32 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2007-07-14 15:58:32 +0000 |
commit | 6f76c68713a2bc3945cc4c3d27a5c266ed8284ca (patch) | |
tree | 2093104f1d417ceb910f067c8259cba1e22a9b79 /winsup/cygwin/winsup.h | |
parent | d409af3661a5c0d654a8b5760b3034db9f4c6191 (diff) | |
download | cygnal-6f76c68713a2bc3945cc4c3d27a5c266ed8284ca.tar.gz cygnal-6f76c68713a2bc3945cc4c3d27a5c266ed8284ca.tar.bz2 cygnal-6f76c68713a2bc3945cc4c3d27a5c266ed8284ca.zip |
* init.cc (in_dllentry): Delete.
(dll_entry): Remove assignment to deleted variable.
* winsup.h (in_dllentry): Delete declaration.
* exceptions.cc (inside_kernel): Use another method to see if we are in
dll_entry phase.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 58e8ef1a0..f6dc71bd4 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -353,7 +353,6 @@ extern bool display_title; extern bool transparent_exe; extern bool in_forkee; -extern bool in_dllentry; extern HANDLE hMainThread; extern HANDLE hMainProc; |