diff hgext/mq.py @ 12063:516b000fbb7e

cleanup: remove unused variables
author Brodie Rao <brodie@bitheap.org>
date Fri, 27 Aug 2010 13:32:40 -0400
parents 31f02288bbc4
children fddacca3202e
line wrap: on
line diff
--- a/hgext/mq.py	Fri Aug 27 13:32:38 2010 -0400
+++ b/hgext/mq.py	Fri Aug 27 13:32:40 2010 -0400
@@ -1756,7 +1756,6 @@
     """print the patches already applied"""
 
     q = repo.mq
-    l = len(q.applied)
 
     if patch:
         if patch not in q.series: