diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-24 16:51:09 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-24 16:51:09 -0700 |
commit | 4feb5e8372923951f16d1ae7c330156a5e4c7797 (patch) | |
tree | fc72a05b342f37614e2401fd902b0e0bac39b4e3 /fetch.h | |
parent | Merge branch 'lt/apply' into next (diff) | |
parent | Merge branch 'master' into sp/reflog (diff) | |
download | tgif-4feb5e8372923951f16d1ae7c330156a5e4c7797.tar.xz |
Merge branch 'sp/reflog' into next
* sp/reflog:
fetch.c: remove an unused variable and dead code.
Diffstat (limited to 'fetch.h')
-rw-r--r-- | fetch.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -28,9 +28,6 @@ extern const char *write_ref; /* If set additional text will appear in the ref log. */ extern const char *write_ref_log_details; -/* If set, the hash that the current value of write_ref must be. */ -extern const unsigned char *current_ref; - /* Set to fetch the target tree. */ extern int get_tree; |