From: David Aguilar Date: Thu, 6 Feb 2025 04:20:10 +0000 (-0800) Subject: difftool: eliminate use of USE_THE_REPOSITORY_VARIABLE X-Git-Tag: v2.49.0-rc0~21^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c2f2919434b0b9d8df79f469903d0bca815557b;p=thirdparty%2Fgit.git difftool: eliminate use of USE_THE_REPOSITORY_VARIABLE Remove the USE_THE_REPOSITORY_VARIABLE #define now that all state is passed to each function from callers. Signed-off-by: David Aguilar Signed-off-by: Junio C Hamano --- diff --git a/builtin/difftool.c b/builtin/difftool.c index 81d733dfdf..41cd00066c 100644 --- a/builtin/difftool.c +++ b/builtin/difftool.c @@ -12,8 +12,6 @@ * Copyright (C) 2016 Johannes Schindelin */ -#define USE_THE_REPOSITORY_VARIABLE - #include "builtin.h" #include "abspath.h"