aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Aguilar <davvid@gmail.com>2025-02-05 20:20:10 -0800
committerJunio C Hamano <gitster@pobox.com>2025-02-06 13:00:21 -0800
commit7c2f2919434b0b9d8df79f469903d0bca815557b (patch)
treeec118ed1083be9d3f180be4d057f299d587cedcf
parentdifftool: eliminate use of the_repository (diff)
downloadgit-7c2f2919434b0b9d8df79f469903d0bca815557b.tar.gz
git-7c2f2919434b0b9d8df79f469903d0bca815557b.zip
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 <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--builtin/difftool.c2
1 files changed, 0 insertions, 2 deletions
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"