aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/util.h1
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