mercurial/bookmarks.py
changeset 41365 876494fd967d
parent 39753 b05b4b91de3d
child 41533 0f64091cc851
--- a/mercurial/bookmarks.py	Mon Sep 24 14:46:37 2018 -0700
+++ b/mercurial/bookmarks.py	Thu Jan 17 09:17:12 2019 -0800
@@ -306,7 +306,6 @@
     itself as we commit. This function returns the name of that bookmark.
     It is stored in .hg/bookmarks.current
     """
-    mark = None
     try:
         file = repo.vfs('bookmarks.current')
     except IOError as inst: