diff options
Diffstat (limited to 'src/support.h')
-rw-r--r-- | src/support.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/support.h b/src/support.h index 5d67b8fa7..68f746dd3 100644 --- a/src/support.h +++ b/src/support.h @@ -11,8 +11,6 @@ char *basename(char *path); #endif -#define IS_WHITESPACE(c) (c==' ' || c=='\t' || c=='\r' || c=='\n') - char *remove_trailing_slash(char *path); const char *strcasestr(const char *haystack, const char *needle); |