From da6cdd6b8083201c66349133693a173704f5d4df Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 3 Oct 2021 20:32:22 -0600 Subject: * Code clean up and removal of some warnings. --- pith/filter.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'pith/filter.c') diff --git a/pith/filter.c b/pith/filter.c index e4f72058..09f3be3c 100644 --- a/pith/filter.c +++ b/pith/filter.c @@ -1,7 +1,3 @@ -#if !defined(lint) && !defined(DOS) -static char rcsid[] = "$Id: filter.c 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $"; -#endif - /* * ======================================================================== * Copyright 2013-2021 Eduardo Chappa @@ -9059,7 +9055,7 @@ cid_tempfile_name(char *line, long n, int *is_cidp) { int f2 = 0; int i, found; - char *s, *t = NULL, *u, c; + char *s, *t = NULL, c; char imgfile[1024]; char *extp = NULL; @@ -9171,7 +9167,6 @@ gf_html_cid2file(FILTER_S *f, int cmd) } else if (state == 2){ /* collect all data */ if(ASCII_ISSPACE(c) || c == '>'){ - long n; int is_cid; if(f->n > 0){ char *s = cid_tempfile_name(f->line, f->n, &is_cid); -- cgit v1.2.3-54-g00ecf