* cygtls.h (_cygtls::protect_linked_list): Delete unused field.

This commit is contained in:
Christopher Faylor 2012-06-02 20:28:57 +00:00
parent d5eb5ee3a0
commit 841ab2f971
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-06-02 Christopher Faylor <me.cygwin2012@cgf.cx>
* cygtls.h (_cygtls::protect_linked_list): Delete unused field.
2012-05-30 Corinna Vinschen <corinna@vinschen.de>
* hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage of

View File

@ -202,7 +202,6 @@ public:
unsigned initialized;
/*gentls_offsets*/
static CRITICAL_SECTION protect_linked_list;
static void init ();
void init_thread (void *, DWORD (*) (void *, void *));
static void call (DWORD (*) (void *, void *), void *);