diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h index d485b0f..ff81cbb 100644 --- a/include/util.h +++ b/include/util.h @@ -4,6 +4,5 @@ char *ltrim(char *s); char *rtrim(char *s); char *trim(char *s); -char *remove_spaces(char *str); #endif |