Remove unused "union agent_val" from ax.h
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Thu, 5 Oct 2017 17:15:11 +0000 (19:15 +0200)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Thu, 5 Oct 2017 17:15:11 +0000 (19:15 +0200)
commitd13b8493cbd2891b5886e6176d468eb63c73606a
tree9a90b34c185a32994f620a0fd1e4db2fe7b309f6
parent3b4b2f160d288b85a1379d24fd0f4de19062f3fd
Remove unused "union agent_val" from ax.h

The ax.h header file contains a use of DOUBLEST in the type "union agent_val".

However, that type is never used anywhere, so it can be simply removed.

gdb/ChangeLog:
2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>

* ax.h: Do not include "doublest.h".
(union agent_val): Remove.
gdb/ChangeLog
gdb/ax.h
This page took 0.025015 seconds and 4 git commands to generate.