From 181b2e59cfa1cd7538ab2594ab79ef3cab8af81d Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Tue, 15 Nov 2005 17:52:54 -0500 Subject: [PATCH] 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 --- stgit/git.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stgit/git.py b/stgit/git.py index 9a07fa54..066a8f05 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 -- 2.11.4.GIT