mercurial/util.py
changeset 13985 26335a817dd0
parent 13984 af60153b5e3b
child 14004 97ed99d1f419
--- a/mercurial/util.py	Thu Apr 21 20:14:29 2011 +0200
+++ b/mercurial/util.py	Thu Apr 21 20:54:45 2011 +0200
@@ -1083,13 +1083,6 @@
     except (UnicodeDecodeError, UnicodeEncodeError):
         return _ellipsis(text, maxlength)[0]
 
-def os_rcpath():
-    '''return default os-specific hgrc search path'''
-    path = system_rcpath()
-    path.extend(user_rcpath())
-    path = [os.path.normpath(f) for f in path]
-    return path
-
 def bytecount(nbytes):
     '''return byte count formatted as readable string, with units'''