hgext/convert/cvs.py
changeset 12063 516b000fbb7e
parent 11987 3145951e50fe
child 14494 1ffeeb91c55d
--- a/hgext/convert/cvs.py	Fri Aug 27 13:32:38 2010 -0400
+++ b/hgext/convert/cvs.py	Fri Aug 27 13:32:40 2010 -0400
@@ -53,8 +53,6 @@
         try:
             os.chdir(self.path)
             id = None
-            state = 0
-            filerevids = {}
 
             cache = 'update'
             if not self.ui.configbool('convert', 'cvsps.cache', True):