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;