]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - tools/rpcgen/rpc_cout.c
Oops, I missed another unused var.
[nfs-utils.git] / tools / rpcgen / rpc_cout.c
index 5f4c3e787026f5414f25e78bcd2a3644b2f2a132..af9288dcbc4ada484da27f04f3d463c9a0b4fdee 100644 (file)
@@ -155,11 +155,6 @@ print_generic_header(char *procname, int pointerp)
 static void
 print_header(definition *def)
 {
-       decl_list      *dl;
-       bas_type       *ptr;
-       int             i;
-
-
        print_generic_header(def->def_name,
                def->def_kind != DEF_TYPEDEF ||
                !isvectordef(def->def.ty.old_type, def->def.ty.rel));