Remove unnecessary declaration
This commit is contained in:
parent
5c5911d69d
commit
1bbf54a13c
1 changed files with 0 additions and 7 deletions
|
@ -13174,13 +13174,6 @@ static std::vector<llama_grammar_candidate> llama_grammar_reject_candidates(
|
|||
return rejects;
|
||||
}
|
||||
|
||||
static bool llama_grammar_detect_left_recursion(
|
||||
const std::vector<std::vector<llama_grammar_element>> & rules,
|
||||
size_t rule_index,
|
||||
std::vector<bool> * rules_visited,
|
||||
std::vector<bool> * rules_in_progress,
|
||||
std::vector<bool> * rules_may_be_empty);
|
||||
|
||||
static bool llama_grammar_detect_left_recursion(
|
||||
const std::vector<std::vector<llama_grammar_element>> & rules,
|
||||
size_t rule_index,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue