From: Rob Browning Date: Tue, 21 Jan 2014 23:06:16 +0000 (-0600) Subject: git.py: remove unused home_repodir variable. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=75c8923e1fa26868608cc2ecc1ffc56805fe10c7;p=packages%2Fb%2Fbup.git git.py: remove unused home_repodir variable. Signed-off-by: Rob Browning --- diff --git a/lib/bup/git.py b/lib/bup/git.py index a8202e7..9d0b66f 100644 --- a/lib/bup/git.py +++ b/lib/bup/git.py @@ -11,7 +11,6 @@ max_pack_objects = 200*1000 # cache memory usage is about 83 bytes per object verbose = 0 ignore_midx = 0 -home_repodir = os.path.expanduser('~/.bup') repodir = None _typemap = { 'blob':3, 'tree':2, 'commit':1, 'tag':4 }