summaryrefslogtreecommitdiff
path: root/grep.h
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-10-01 10:37:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-10-01 21:39:46 (GMT)
commit1fd2aa543df0c7184c79bb302b654f0dd05c51da (patch)
tree18d60ad45aaea7ee960b2f05c0008e96afdeae01 /grep.h
parentf787ebd51c478aec818f78e0526fe0d82309addb (diff)
downloadgit-1fd2aa543df0c7184c79bb302b654f0dd05c51da.zip
git-1fd2aa543df0c7184c79bb302b654f0dd05c51da.tar.gz
git-1fd2aa543df0c7184c79bb302b654f0dd05c51da.tar.bz2
grep.h: remove unused grep_threads_ok() declaration
This function was removed in 0579f91dd74 (grep: enable threading with -p and -W using lazy attribute lookup, 2011-12-12), but not its corresponding *.h declaration. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 72f82b1..474de37 100644
--- a/grep.h
+++ b/grep.h
@@ -207,7 +207,6 @@ void grep_source_load_driver(struct grep_source *gs,
int grep_source(struct grep_opt *opt, struct grep_source *gs);
struct grep_opt *grep_opt_dup(const struct grep_opt *opt);
-int grep_threads_ok(const struct grep_opt *opt);
/*
* Mutex used around access to the attributes machinery if