mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
Remove string_free_erase
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user