From: ceriel Date: Thu, 2 Feb 1989 12:27:33 +0000 (+0000) Subject: removed unused code X-Git-Tag: release-5-5~2644 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bf6a1eb0ba2f06e71876cdff42f8125b145cb68c;p=ack.git removed unused code --- diff --git a/mach/sun3/ce/output.c b/mach/sun3/ce/output.c index 2b821e640..42186b9c0 100644 --- a/mach/sun3/ce/output.c +++ b/mach/sun3/ce/output.c @@ -182,7 +182,7 @@ init_unixheader() */ } -static +static convert_reloc( a_relo, u_relo) register struct outrelo *a_relo; register struct relocation_info *u_relo; @@ -217,27 +217,9 @@ register struct relocation_info *u_relo; return retval; } - -/* -int convert_length( length) -int length; -{ - if ( length & RELO1) - return( 0); - else if ( length & RELO2) - return( 1); - else if ( length & RELO4) - return( 2); - else - fprint( STDERR, "convert_length(): size is impossible %d\n", - length); -} -*/ - #define n_mptr n_un.n_name #define n_str n_un.n_strx - static convert_name( a_name, u_name) register struct outname *a_name;