From: Chuck Lever Date: Tue, 15 Nov 2005 22:52:54 +0000 (-0500) Subject: Cleanup: remove unused variable X-Git-Tag: v0.8~21 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/181b2e59cfa1cd7538ab2594ab79ef3cab8af81d Cleanup: remove unused variable Get rid of git.py:head_link , as it is no longer used by any part of StGIT. Signed-off-by: Chuck Lever --- diff --git a/stgit/git.py b/stgit/git.py index 9a07fa5..066a8f0 100644 --- a/stgit/git.py +++ b/stgit/git.py @@ -33,7 +33,6 @@ if 'GIT_DIR' in os.environ: else: base_dir = '.git' -head_link = os.path.join(base_dir, 'HEAD') # # Classes