mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
initializations.
This commit is contained in:
@@ -283,11 +283,6 @@ terminate_minimal_symbol_table (struct objfile *objfile)
|
||||
= &objfile->msymbols[objfile->minimal_symbol_count];
|
||||
|
||||
memset (m, 0, sizeof (*m));
|
||||
DEPRECATED_SYMBOL_NAME (m) = NULL;
|
||||
SYMBOL_VALUE_ADDRESS (m) = 0;
|
||||
MSYMBOL_INFO (m) = NULL;
|
||||
MSYMBOL_SIZE (m) = 0;
|
||||
MSYMBOL_TYPE (m) = mst_unknown;
|
||||
SYMBOL_INIT_LANGUAGE_SPECIFIC (m, language_unknown);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user