diff mercurial/util.py @ 14064:e4bfb9c337f3

remove unused imports and variables
author Alexander Solovyov <alexander@solovyov.net>
date Sat, 30 Apr 2011 13:59:14 +0200
parents da65edcac72a
children 924c82157d46
line wrap: on
line diff
--- a/mercurial/util.py	Sat Apr 30 07:30:38 2011 -0500
+++ b/mercurial/util.py	Sat Apr 30 13:59:14 2011 +0200
@@ -933,7 +933,6 @@
         # fill out defaults
         now = makedate()
         defaults = {}
-        nowmap = {}
         for part in ("d", "mb", "yY", "HI", "M", "S"):
             # this piece is for rounding the specific end of unknowns
             b = bias.get(part)