Remove _initialize_valarith
authorTom Tromey <tromey@adacore.com>
Thu, 2 May 2019 14:15:59 +0000 (08:15 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 2 May 2019 14:17:04 +0000 (08:17 -0600)
commitb8c05e85ef4ce9610a3a43198180cf24aea327cb
treead1dfd6619b8e9251073a851823076d77c1d3ffe
parent2cdc1a970d3249888524d251abfb87a9bdc77434
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.
gdb/ChangeLog
gdb/valarith.c
This page took 0.024666 seconds and 4 git commands to generate.