util: drop deprecated forwarding to dateutil (API)
authorMatt Harbison <matt_harbison@yahoo.com>
Thu, 10 May 2018 21:37:23 -0400
changeset 37962 88c4257ae465
parent 37961 8298e55fc9a4
child 37963 009b424c9cb6
util: drop deprecated forwarding to dateutil (API)
mercurial/util.py
--- a/mercurial/util.py	Thu May 10 21:34:40 2018 -0400
+++ b/mercurial/util.py	Thu May 10 21:37:23 2018 -0400
@@ -3799,13 +3799,6 @@
 
 defaultdateformats = dateutil.defaultdateformats
 extendeddateformats = dateutil.extendeddateformats
-makedate = _deprecatedfunc(dateutil.makedate, '4.6')
-datestr = _deprecatedfunc(dateutil.datestr, '4.6')
-shortdate = _deprecatedfunc(dateutil.shortdate, '4.6')
-parsetimezone = _deprecatedfunc(dateutil.parsetimezone, '4.6')
-strdate = _deprecatedfunc(dateutil.strdate, '4.6')
-parsedate = _deprecatedfunc(dateutil.parsedate, '4.6')
-matchdate = _deprecatedfunc(dateutil.matchdate, '4.6')
 
 stderr = procutil.stderr
 stdin = procutil.stdin