From bf6a1eb0ba2f06e71876cdff42f8125b145cb68c Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 2 Feb 1989 12:27:33 +0000 Subject: [PATCH] removed unused code --- mach/sun3/ce/output.c | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) 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; -- 2.34.1