* sync.h (muto::initforce): Delete flawed implementation.

* pwdgrp.h (pwdgrp::pglock): Make static.
* grp.cc (pwdgrp::pwdgrp): Eliminate use of initforce.
This commit is contained in:
Christopher Faylor
2005-04-05 06:04:57 +00:00
parent f45c299dbe
commit 2f1086cbca
5 changed files with 12 additions and 5 deletions

View File

@@ -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)));