Remove unused variable 'prev_slash' that I accidentily added.

This commit is contained in:
Bodo Möller 2001-03-30 10:50:27 +00:00
parent 7f950bd8a2
commit 85794e5556

View File

@ -1349,7 +1349,6 @@ static int www_body(char *hostname, int s, unsigned char *context)
BIO *file;
char *p,*e;
static char *text="HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n";
int prev_slash;
/* skip the '/' */
p= &(buf[5]);