]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/string-util.c
Remove string_free_erase
[thirdparty/systemd.git] / src / basic / string-util.c
index 779048904a08f0ed67b3099a59f7497d1eb8f772..08a10e8787964b1a6e8e83f6dc4f5eb3ab4ba4dd 100644 (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;