Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/grep.h
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-10-01 13:37:41 +0300
committerJunio C Hamano <gitster@pobox.com>2021-10-02 00:39:46 +0300
commit1fd2aa543df0c7184c79bb302b654f0dd05c51da (patch)
tree18d60ad45aaea7ee960b2f05c0008e96afdeae01 /grep.h
parentf787ebd51c478aec818f78e0526fe0d82309addb (diff)
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 72f82b1e30..474de3744f 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