revert erroneous checkin
This commit is contained in:
parent
c6cb7f8f01
commit
6794d79914
|
@ -4073,16 +4073,3 @@ dirname (char *path)
|
||||||
strcpy (bs, ".");
|
strcpy (bs, ".");
|
||||||
return buf;
|
return buf;
|
||||||
}
|
}
|
||||||
|
|
||||||
muto path_uglification::locker;
|
|
||||||
|
|
||||||
path_uglification::~path_uglification ()
|
|
||||||
{
|
|
||||||
if (locker.ismine ())
|
|
||||||
locker.release ();
|
|
||||||
}
|
|
||||||
|
|
||||||
win_path::win_path (const char *_path)
|
|
||||||
{
|
|
||||||
path = _path;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue