From 6714397d10670a5e9518f9513037bed3f9ef7518 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 29 Jan 2011 10:54:20 +0100 Subject: [PATCH] path.c: remove unneeded function. --- src/path.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/path.c b/src/path.c index 36bac2c..620444c 100644 --- a/src/path.c +++ b/src/path.c @@ -22,14 +22,6 @@ static char path_null = '\0'; -static const char* path_clear(const char *path) { - - while(*path == '/') - path++; - - return path; -} - static inline int has_delim(const char *str) { if (str == NULL)