]> git.ipfire.org Git - thirdparty/git.git/commitdiff
difftool: eliminate use of USE_THE_REPOSITORY_VARIABLE
authorDavid Aguilar <davvid@gmail.com>
Thu, 6 Feb 2025 04:20:10 +0000 (20:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Feb 2025 21:00:21 +0000 (13:00 -0800)
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>
builtin/difftool.c

index 81d733dfdfed918e6689eeb7c6bba28757eec046..41cd00066cc58a89d5a6d2250addc2d4d4a73799 100644 (file)
@@ -12,8 +12,6 @@
  * Copyright (C) 2016 Johannes Schindelin
  */
 
-#define USE_THE_REPOSITORY_VARIABLE
-
 #include "builtin.h"
 
 #include "abspath.h"