From 6f76c68713a2bc3945cc4c3d27a5c266ed8284ca Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 14 Jul 2007 15:58:32 +0000 Subject: * 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. --- winsup/cygwin/winsup.h | 1 - 1 file changed, 1 deletion(-) (limited to 'winsup/cygwin/winsup.h') 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; -- cgit v1.2.3