aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/remote-ext.c
diff options
context:
space:
mode:
authorJohn Cai <johncai86@gmail.com>2024-09-13 21:16:16 +0000
committerJunio C Hamano <gitster@pobox.com>2024-09-13 14:33:30 -0700
commit49d2434664b5b4cb44460d16578039fcd198c40a (patch)
tree349f4fe92f8c93fdee69699122262e002f0f5dff /builtin/remote-ext.c
parent03eae9afb447ad4add2f18a1adb3589f050d596f (diff)
downloadgit-49d2434664b5b4cb44460d16578039fcd198c40a.tar.gz
builtin: remove USE_THE_REPOSITORY for those without the_repository
For builtins that do not operate on a repository, remove the #define USE_THE_REPOSITORY. Signed-off-by: John Cai <johncai86@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/remote-ext.c')
-rw-r--r--builtin/remote-ext.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/remote-ext.c b/builtin/remote-ext.c
index 119f33895e..33c8ae0fc7 100644
--- a/builtin/remote-ext.c
+++ b/builtin/remote-ext.c
@@ -1,4 +1,3 @@
-#define USE_THE_REPOSITORY_VARIABLE
#include "builtin.h"
#include "transport.h"
#include "run-command.h"