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
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-04-21 00:50:57 +0400
committerChristopher Faylor <me@cgf.cx>2005-04-21 00:50:57 +0400
commit6794d799144dd2aa1faa5094358388944abce5ac (patch)
tree15069b71f6505a7d518d3b8ccf13a1c6331a24a7 /winsup
parentc6cb7f8f013fff416f53d9915b57b5afabe6bd58 (diff)
revert erroneous checkin
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/path.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 575204fe3..0d67e72dc 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -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;
-}