chiark / gitweb /
Cleanup: remove unused variable
authorChuck Lever <cel@netapp.com>
Tue, 15 Nov 2005 22:52:54 +0000 (17:52 -0500)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 17 Nov 2005 09:56:55 +0000 (09:56 +0000)
Get rid of git.py:head_link , as it is no longer used by any part of
StGIT.

Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/git.py

index 9a07fa54e81bf4d4be6e596030e125807075f225..066a8f055409fe6460c6bd92f77eb83ac4561264 100644 (file)
@@ -33,7 +33,6 @@ if 'GIT_DIR' in os.environ:
 else:
     base_dir = '.git'
 
-head_link = os.path.join(base_dir, 'HEAD')
 
 #
 # Classes