X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=tools%2Frpcgen%2Frpc_cout.c;h=cae87173c5915718e609c67c83951e506f3febf8;hp=cf281adc000f5fee9047de451ac18dbf5c4c071b;hb=119c3e9aafe84c0f7c2846c46ad5e6f5eeece0da;hpb=235939e83b6513bf867f82525ed726e65069fc5e diff --git a/tools/rpcgen/rpc_cout.c b/tools/rpcgen/rpc_cout.c index cf281ad..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,8 +155,6 @@ print_generic_header(char *procname, int pointerp) static void print_header(definition *def) { - decl_list *dl; - print_generic_header(def->def_name, def->def_kind != DEF_TYPEDEF || !isvectordef(def->def.ty.old_type, def->def.ty.rel));