mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 14:06:21 +00:00
Remove non existent functions
This commit is contained in:
@@ -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_first(void** state);
|
||||||
void strip_quotes_strips_last(void** state);
|
void strip_quotes_strips_last(void** state);
|
||||||
void strip_quotes_strips_both(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_partial_occurrences_tests(void** state);
|
||||||
void prof_whole_occurrences_tests(void** state);
|
void prof_whole_occurrences_tests(void** state);
|
||||||
|
|||||||
Reference in New Issue
Block a user