mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Remove non existent functions
This commit is contained in:
parent
3b3c9bf4d5
commit
90c4667e3b
@ -29,13 +29,5 @@ void strip_quotes_does_nothing_when_no_quoted(void** state);
|
||||
void strip_quotes_strips_first(void** state);
|
||||
void strip_quotes_strips_last(void** state);
|
||||
void strip_quotes_strips_both(void** state);
|
||||
void str_not_contains_str(void** state);
|
||||
void str_contains_str_at_start(void** state);
|
||||
void str_contains_str_at_end(void** state);
|
||||
void str_contains_str_in_middle(void** state);
|
||||
void str_contains_str_whole(void** state);
|
||||
void str_empty_not_contains_str(void** state);
|
||||
void str_not_contains_str_empty(void** state);
|
||||
void str_empty_not_contains_str_empty(void** state);
|
||||
void prof_partial_occurrences_tests(void** state);
|
||||
void prof_whole_occurrences_tests(void** state);
|
||||
|
Loading…
Reference in New Issue
Block a user