summaryrefslogtreecommitdiff
path: root/fetch.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-05-24 16:51:09 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-05-24 16:51:09 -0700
commit4feb5e8372923951f16d1ae7c330156a5e4c7797 (patch)
treefc72a05b342f37614e2401fd902b0e0bac39b4e3 /fetch.h
parentMerge branch 'lt/apply' into next (diff)
parentMerge branch 'master' into sp/reflog (diff)
downloadtgif-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fetch.h b/fetch.h
index 0011548de8..841bb1af9c 100644
--- a/fetch.h
+++ b/fetch.h
@@ -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;