Skip to content

Commit 7c2f291

Browse files
davvidgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a24953f commit 7c2f291

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

builtin/difftool.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Copyright (C) 2016 Johannes Schindelin
1313
*/
1414

15-
#define USE_THE_REPOSITORY_VARIABLE
16-
1715
#include "builtin.h"
1816

1917
#include "abspath.h"

0 commit comments

Comments
 (0)