]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
unused variable.
authorosdl.net!shemminger <osdl.net!shemminger>
Fri, 30 Jul 2004 20:50:38 +0000 (20:50 +0000)
committerosdl.net!shemminger <osdl.net!shemminger>
Fri, 30 Jul 2004 20:50:38 +0000 (20:50 +0000)
(Logical change 1.59)

ip/ipxfrm.c

index 2eb179661d9273d2f08e3005560653dce796f881..de3a09294d5a1ce908ca5df44a7a10c92bee5c09 100644 (file)
@@ -372,7 +372,6 @@ static const char *strxf_mask(__u32 mask)
 static void xfrm_tmpl_print(struct xfrm_user_tmpl *tmpls, int ntmpls,
                            __u16 family, FILE *fp, const char *prefix)
 {
-       char buf[32];
        int i;
 
        for (i = 0; i < ntmpls; i++) {