We do not depend on any global state anymore in "object-file.c", so we can now get rid of the USE_THE_REPOSITORY_VARIABLE preprocessor macro. Remove it. Signed-off-by: Patrick Steinhardt <ps@xxxxxx> --- object-file.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/object-file.c b/object-file.c index 55396d4eaeb..9b4ae1bc82b 100644 --- a/object-file.c +++ b/object-file.c @@ -7,8 +7,6 @@ * creation etc. */ -#define USE_THE_REPOSITORY_VARIABLE - #include "git-compat-util.h" #include "bulk-checkin.h" #include "convert.h" -- 2.50.1.327.g047016eb4a.dirty