removed unused code
This commit is contained in:
parent
542eb9a7d8
commit
bf6a1eb0ba
1 changed files with 1 additions and 19 deletions
|
@ -182,7 +182,7 @@ init_unixheader()
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
static
|
||||||
convert_reloc( a_relo, u_relo)
|
convert_reloc( a_relo, u_relo)
|
||||||
register struct outrelo *a_relo;
|
register struct outrelo *a_relo;
|
||||||
register struct relocation_info *u_relo;
|
register struct relocation_info *u_relo;
|
||||||
|
@ -217,27 +217,9 @@ register struct relocation_info *u_relo;
|
||||||
return retval;
|
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_mptr n_un.n_name
|
||||||
#define n_str n_un.n_strx
|
#define n_str n_un.n_strx
|
||||||
|
|
||||||
|
|
||||||
static
|
static
|
||||||
convert_name( a_name, u_name)
|
convert_name( a_name, u_name)
|
||||||
register struct outname *a_name;
|
register struct outname *a_name;
|
||||||
|
|
Loading…
Reference in a new issue