mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
Remove _initialize_valarith
I noticed that _initialize_valarith is empty. This patch removes it. Because init.c is constructed at build time, there's no reason to keep empty initialization functions around, because there's no overhead to reintroducing them when needed. gdb/ChangeLog 2019-05-02 Tom Tromey <tromey@adacore.com> * valarith.c (_initialize_valarith): Remove.
This commit is contained in:
parent
2cdc1a970d
commit
b8c05e85ef
@ -1,3 +1,7 @@
|
||||
2019-05-02 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* valarith.c (_initialize_valarith): Remove.
|
||||
|
||||
2019-05-01 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* ada-lang.c (ada_value_primitive_field): Treat more fields as
|
||||
|
@ -1740,8 +1740,3 @@ value_in (struct value *element, struct value *set)
|
||||
error (_("First argument of 'IN' not in range"));
|
||||
return member;
|
||||
}
|
||||
|
||||
void
|
||||
_initialize_valarith (void)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user