diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2021-12-11 04:56:10 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2021-12-14 01:18:49 +0000 |
| commit | 553a6bbba5fccc78e9e54ade09b956bd260be10f (patch) | |
| tree | f7c45d0b36efae089f51561befa4c517755d59c6 | |
| parent | 7d4369a1e72375235ca7bd75b4e0b24d20e5b190 (diff) | |
ipfcomp: remove set-but-not-unused vars
(cherry picked from commit fe5b077c9efcbcc9e92d0d7d877d1e16afc563ce)
| -rw-r--r-- | contrib/ipfilter/tools/ipfcomp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/ipfilter/tools/ipfcomp.c b/contrib/ipfilter/tools/ipfcomp.c index 505fde55cfa7..5bbb35c610fa 100644 --- a/contrib/ipfilter/tools/ipfcomp.c +++ b/contrib/ipfilter/tools/ipfcomp.c @@ -65,7 +65,6 @@ static FILE *cfile = NULL; void printc(fr) frentry_t *fr; { - fripf_t *ipf; u_long *ulp; char *and; FILE *fp; @@ -78,7 +77,6 @@ void printc(fr) if ((fr->fr_type == FR_T_IPF) && ((fr->fr_datype != FRI_NORMAL) || (fr->fr_satype != FRI_NORMAL))) return; - ipf = fr->fr_ipf; if (cfile == NULL) cfile = fopen("ip_rules.c", "w"); |
