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>maint
parent
a24953f3df
commit
7c2f291943
|
|
@ -12,8 +12,6 @@
|
|||
* Copyright (C) 2016 Johannes Schindelin
|
||||
*/
|
||||
|
||||
#define USE_THE_REPOSITORY_VARIABLE
|
||||
|
||||
#include "builtin.h"
|
||||
|
||||
#include "abspath.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue