MIPS: Remove useless zero initializations.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -59,8 +59,8 @@ struct sect {
|
||||
};
|
||||
|
||||
int *symTypeTable;
|
||||
int must_convert_endian = 0;
|
||||
int format_bigendian = 0;
|
||||
int must_convert_endian;
|
||||
int format_bigendian;
|
||||
|
||||
static void copy(int out, int in, off_t offset, off_t size)
|
||||
{
|
||||
|
Reference in New Issue
Block a user