aboutsummaryrefslogtreecommitdiffstats
path: root/grep.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-02-10 14:48:31 -0800
committerJunio C Hamano <gitster@pobox.com>2021-02-10 14:48:31 -0800
commitc9f94ab4fa42c3fce6c8fa04bb850f73e7f1cd54 (patch)
tree38b2201c5638f8cad26a0b09239b2dc2eebaf40b /grep.h
parent9d5b1c06ac1e46e985b5d62bccb78d9fb6de374a (diff)
parent15c9649730df7f2bccc38553b7e812505de5c110 (diff)
downloadgit-c9f94ab4fa42c3fce6c8fa04bb850f73e7f1cd54.tar.gz
Merge branch 'ab/lose-grep-debug'
Lose the debugging aid that may have been useful in the past, but no longer is, in the "grep" codepaths. * ab/lose-grep-debug: grep/log: remove hidden --debug and --grep-debug options
Diffstat (limited to 'grep.h')
-rw-r--r--grep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/grep.h b/grep.h
index b5c4e223a8..5248c6ef7e 100644
--- a/grep.h
+++ b/grep.h
@@ -136,7 +136,6 @@ struct grep_opt {
int word_regexp;
int fixed;
int all_match;
- int debug;
#define GREP_BINARY_DEFAULT 0
#define GREP_BINARY_NOMATCH 1
#define GREP_BINARY_TEXT 2