X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/2d0a6606ee8899dfe372bbdc760fd15c14f3fceb..b0116b5c04b64e9352d1c63f0f667a1d9a5d5c11:/lib/cgi.c diff --git a/lib/cgi.c b/lib/cgi.c index 15b556c..9fd42f1 100644 --- a/lib/cgi.c +++ b/lib/cgi.c @@ -226,7 +226,6 @@ void cgi_clear(void) { */ char *cgi_sgmlquote(const char *src) { uint32_t *ucs, c; - int n; struct dynstr d[1]; struct sink *s; @@ -234,7 +233,6 @@ char *cgi_sgmlquote(const char *src) { exit(1); dynstr_init(d); s = sink_dynstr(d); - n = 1; /* format the string */ while((c = *ucs++)) { switch(c) {