revert erroneous checkin

This commit is contained in:
Christopher Faylor 2005-04-20 20:50:57 +00:00
parent c6cb7f8f01
commit 6794d79914
1 changed files with 0 additions and 13 deletions

View File

@ -4073,16 +4073,3 @@ dirname (char *path)
strcpy (bs, ".");
return buf;
}
muto path_uglification::locker;
path_uglification::~path_uglification ()
{
if (locker.ismine ())
locker.release ();
}
win_path::win_path (const char *_path)
{
path = _path;
}