Remove string_free_erase

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2019-07-10 13:48:55 +02:00
parent c7dd209526
commit 9ae4ef49cd
5 changed files with 5 additions and 12 deletions

View File

@@ -1042,10 +1042,6 @@ char* string_erase(char *x) {
return x;
}
char *string_free_erase(char *s) {
return mfree(string_erase(s));
}
bool string_is_safe(const char *p) {
const char *t;