URI: 
       trm unused variable - webdump - [FORK] git://git.codemadness.org/webdump
  HTML git clone git://git.z3bra.org/webdump.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit c438bee21c66000911d88b01fc6c1b7024b50f18
   DIR parent ea742c1140fa02bb5328c0c6f005c74150ec4c41
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 10 Dec 2019 00:22:54 +0100
       
       rm unused variable
       
       Diffstat:
         M webdump.c                           |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/webdump.c b/webdump.c
       t@@ -309,8 +309,6 @@ findparenttype(int cur, int findtype)
        static struct node *
        findparentoftype(int cur)
        {
       -        int i;
       -
                if (!nodes[cur].tag.parenttype)
                        return NULL;