mercurial/util.py
changeset 14908 e2b5605501df
parent 14825 de9eb6b1da4f
child 14909 c627fe32c923
--- a/mercurial/util.py	Thu Jul 21 15:52:08 2011 -0500
+++ b/mercurial/util.py	Fri Jul 22 09:53:15 2011 +0200
@@ -390,9 +390,6 @@
 
     return check
 
-def makedir(path, notindexed):
-    os.mkdir(path)
-
 def unlinkpath(f):
     """unlink and remove the directory if it is empty"""
     os.unlink(f)