From 6c21e53badfc31883fa30fdb009d6b983e9e42ac Mon Sep 17 00:00:00 2001 From: René Scharfe Date: Sun, 8 Feb 2026 18:01:24 +0100 Subject: version: stop using the_repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Actually it has never been used in version.c since cf7ee481902 (agent: advertise OS name via agent capability, 2025-02-15) added the dependency macro. Remove it, along with the also unused struct declaration. Signed-off-by: René Scharfe Signed-off-by: Junio C Hamano --- version.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'version.c') diff --git a/version.c b/version.c index 279269cc50..21ec7c0fbe 100644 --- a/version.c +++ b/version.c @@ -1,5 +1,3 @@ -#define USE_THE_REPOSITORY_VARIABLE - #include "git-compat-util.h" #include "version.h" #include "strbuf.h" -- cgit v1.3-5-g45d5