Skip to content

Commit 1fd2aa5

Browse files
avargitster
authored andcommitted
grep.h: remove unused grep_threads_ok() declaration
This function was removed in 0579f91 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f787ebd commit 1fd2aa5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grep.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ void grep_source_load_driver(struct grep_source *gs,
207207
int grep_source(struct grep_opt *opt, struct grep_source *gs);
208208

209209
struct grep_opt *grep_opt_dup(const struct grep_opt *opt);
210-
int grep_threads_ok(const struct grep_opt *opt);
211210

212211
/*
213212
* Mutex used around access to the attributes machinery if

0 commit comments

Comments
 (0)