diff options
author | Jeff King <peff@peff.net> | 2016-03-11 17:37:18 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-11 15:02:24 -0800 |
commit | c90e5293d11bc2c671312778aea33922a4ee1725 (patch) | |
tree | 196840d3446a1218c1ccf2b1a69b7fd5a1c47f16 /cache.h | |
parent | 652f18ee8734ffb4a98271e5020dfa550db0f37b (diff) | |
download | git-c90e5293d11bc2c671312778aea33922a4ee1725.tar.gz |
setup: drop repository_format_version global
Nobody reads this anymore, and they're not likely to; the
interesting thing is whether or not we passed
check_repository_format(), and possibly the individual
"extension" variables.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -747,7 +747,6 @@ extern int grafts_replace_parents; */ #define GIT_REPO_VERSION 0 #define GIT_REPO_VERSION_READ 1 -extern int repository_format_version; extern int repository_format_precious_objects; struct repository_format { |