mercurial/windows.py
changeset 20202 a6014018ec28
parent 18868 cafa447a7d3b
child 22245 234e4c24b980
--- a/mercurial/windows.py	Wed Jan 01 17:57:48 2014 -0500
+++ b/mercurial/windows.py	Sun Dec 29 13:54:04 2013 +0000
@@ -133,15 +133,6 @@
 def normcase(path):
     return encoding.upper(path)
 
-def realpath(path):
-    '''
-    Returns the true, canonical file system path equivalent to the given
-    path.
-    '''
-    # TODO: There may be a more clever way to do this that also handles other,
-    # less common file systems.
-    return os.path.normpath(normcase(os.path.realpath(path)))
-
 def samestat(s1, s2):
     return False