diff options
author | Christopher Faylor <me@cgf.cx> | 2005-04-05 06:04:57 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-04-05 06:04:57 +0000 |
commit | 2f1086cbca7510a3adc9a55bf898961416729ad4 (patch) | |
tree | 399b88fefc02ce26e64f300fa6bff7573af4e478 /winsup/cygwin/sync.h | |
parent | f45c299dbe093359db1f9bf4e06daa5129a17f16 (diff) | |
download | cygnal-2f1086cbca7510a3adc9a55bf898961416729ad4.tar.gz cygnal-2f1086cbca7510a3adc9a55bf898961416729ad4.tar.bz2 cygnal-2f1086cbca7510a3adc9a55bf898961416729ad4.zip |
* sync.h (muto::initforce): Delete flawed implementation.
* pwdgrp.h (pwdgrp::pglock): Make static.
* grp.cc (pwdgrp::pwdgrp): Eliminate use of initforce.
Diffstat (limited to 'winsup/cygwin/sync.h')
-rw-r--r-- | winsup/cygwin/sync.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/sync.h b/winsup/cygwin/sync.h index 13fa33caf..441892a08 100644 --- a/winsup/cygwin/sync.h +++ b/winsup/cygwin/sync.h @@ -28,7 +28,6 @@ public: void *tls; /* Tls of lock owner. */ // class muto *next; - muto *initforce (const char *s) {name = NULL; return init (s);} /* The real constructor. */ muto *init (const char *) __attribute__ ((regparm (2))); |