Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-05-15 20:10:41 +0400
committerChristopher Faylor <me@cgf.cx>2004-05-15 20:10:41 +0400
commitaafd8a545f7d9089d47ac28d890840f22dac6df4 (patch)
tree552dc673ad6ca9359114d2f9d080bcc27fc48c44 /winsup/cygwin/cygthread.h
parent71af2ed39e0c727eb8b9df6bdc1d9dbed762ad5d (diff)
revert previous not-ready-for-primetime checkin.
Diffstat (limited to 'winsup/cygwin/cygthread.h')
-rw-r--r--winsup/cygwin/cygthread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/cygthread.h b/winsup/cygwin/cygthread.h
index cc8dbc98c..9d10bb266 100644
--- a/winsup/cygwin/cygthread.h
+++ b/winsup/cygwin/cygthread.h
@@ -41,7 +41,6 @@ class cygthread
(void) CloseHandle (h);
h = NULL;
}
- DWORD tid () const {return id;}
};
#define cygself NULL