aboutsummaryrefslogtreecommitdiff
path: root/src/libhttpd/parsereq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libhttpd/parsereq.c')
-rw-r--r--src/libhttpd/parsereq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libhttpd/parsereq.c b/src/libhttpd/parsereq.c
index 19f03172..7ef63413 100644
--- a/src/libhttpd/parsereq.c
+++ b/src/libhttpd/parsereq.c
@@ -15,7 +15,6 @@ static char* abspath(HConnect *cc, char *origpath, char *curdir);
static int getc(HConnect*);
static char* getword(HConnect*);
static Strings parseuri(HConnect *c, char*);
-static Strings stripmagic(char*);
static Strings stripsearch(char*);
/*