path.c: remove unneeded function.
This commit is contained in:
parent
5ef26e412f
commit
6714397d10
1 changed files with 0 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Reference in a new issue