summaryrefslogtreecommitdiff
path: root/builtin-blame.c
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-01-16 01:20:57 -0500
committerShawn O. Pearce <spearce@spearce.org>2007-01-16 01:20:57 -0500
commit0fcbcae75372f96539ba0f9598112c417d81ab0d (patch)
treed1dc09219a8fc8eb7f2492ab36094830d716f015 /builtin-blame.c
parent1280158738333109cf0ada2fb378db2cdf7296ad (diff)
downloadgit-0fcbcae75372f96539ba0f9598112c417d81ab0d.tar.gz
Remove unnecessary pack_fd global in fast-import.
Much like the pack_sha1 the pack_fd is an unnecessary global variable, we already have the fd stored in our struct packed_git *pack_data so that the core library functions in sha1_file.c are able to lookup and decompress object data that we have previously written. Keeping an extra copy of this value in our own variable is just a hold-over from earlier versions of fast-import and is now completely unnecessary. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'builtin-blame.c')
0 files changed, 0 insertions, 0 deletions