X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Frpcgen%2Frpc_cout.c;h=cae87173c5915718e609c67c83951e506f3febf8;hb=acae444246635ec2ca8990d53e685c9062d73091;hp=5f4c3e787026f5414f25e78bcd2a3644b2f2a132;hpb=c790e97b504b04aacb914cc8c434977eed218952;p=nfs-utils.git diff --git a/tools/rpcgen/rpc_cout.c b/tools/rpcgen/rpc_cout.c index 5f4c3e7..cae8717 100644 --- a/tools/rpcgen/rpc_cout.c +++ b/tools/rpcgen/rpc_cout.c @@ -28,7 +28,7 @@ * Mountain View, California 94043 */ -#ifndef lint +#if 0 static char sccsid[] = "@(#)rpc_cout.c 1.13 89/02/22 (C) 1987 SMI"; #endif @@ -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));