diff hgext/bookmarks.py @ 7280:810ca383da9c

remove unused variables
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 28 Oct 2008 19:25:26 +0100
parents 3cbadcf28a4c
children b19c0200c90b
line wrap: on
line diff
--- a/hgext/bookmarks.py	Tue Oct 28 19:07:14 2008 +0100
+++ b/hgext/bookmarks.py	Tue Oct 28 19:25:26 2008 +0100
@@ -150,7 +150,7 @@
     for mark, n in marks.items():
         if repo.changelog.rev(n) in revisions:
             update.append(mark)
-    result = oldstrip(ui, repo, node, backup)
+    oldstrip(ui, repo, node, backup)
     if len(update) > 0:
         for m in update:
             marks[m] = repo.changectx('.').node()