aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-04-20 20:50:57 +0000
committerChristopher Faylor <me@cgf.cx>2005-04-20 20:50:57 +0000
commit6794d799144dd2aa1faa5094358388944abce5ac (patch)
tree15069b71f6505a7d518d3b8ccf13a1c6331a24a7
parentc6cb7f8f013fff416f53d9915b57b5afabe6bd58 (diff)
downloadnewlib-6794d799144dd2aa1faa5094358388944abce5ac.zip
newlib-6794d799144dd2aa1faa5094358388944abce5ac.tar.gz
newlib-6794d799144dd2aa1faa5094358388944abce5ac.tar.bz2
revert erroneous checkin
-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 575204f..0d67e72 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;
-}