From 62e070d72ead4e5376e1cc43bf5340b4c2888fc5 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 29 Nov 2003 00:26:40 +0000 Subject: * pinfo.h (_pinfo::getthread2signal): Remove obsolete function. * cygtls.h (_threadinfo): Define tid more precisely. (_threadinfo::operator HANDLE): Define. * exceptions.cc (_threadinfo::interupt_now): Use _threadinfo HANDLE operator to derive thread handle. (setup_handler): Ditto. * sigproc.cc: Reorganize includes. --- winsup/cygwin/pinfo.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'winsup/cygwin/pinfo.h') diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h index b2e8af3e3..02313492a 100644 --- a/winsup/cygwin/pinfo.h +++ b/winsup/cygwin/pinfo.h @@ -114,11 +114,6 @@ public: sig_mask = mask; } - inline HANDLE getthread2signal () - { - return hMainThread; - } - void commune_recv (); commune_result commune_send (DWORD, ...); bool alive (); -- cgit v1.2.3