diff options
Diffstat (limited to 'winsup/cygwin/cygthread.h')
-rw-r--r-- | winsup/cygwin/cygthread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/cygthread.h b/winsup/cygwin/cygthread.h index 9d10bb266..ff174c98c 100644 --- a/winsup/cygwin/cygthread.h +++ b/winsup/cygwin/cygthread.h @@ -30,7 +30,6 @@ class cygthread static void init (); bool detach (HANDLE = NULL); operator HANDLE (); - static bool is (); void * operator new (size_t); static cygthread *freerange (); void exit_thread (); |