mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-12 04:31:28 +00:00
ui-out.c: Remove unused enum
This is unused since 54eb231c4bca046e8b8cd73461f695e02c5620d5, where static arrays of ui_out_levels were replaced with vectors. gdb/ChangeLog: * ui-out.c (MAX_UI_OUT_LEVELS): Remove.
This commit is contained in:
parent
fb06f1c0f2
commit
6456a18b71
@ -1,3 +1,7 @@
|
||||
2016-02-02 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* ui-out.c (MAX_UI_OUT_LEVELS): Remove.
|
||||
|
||||
2016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
|
||||
|
||||
* amd64-linux-siginfo.c (nat_siginfo_t, nat_sigval_t, nat_timeval):
|
||||
|
@ -37,12 +37,6 @@ struct ui_out_hdr
|
||||
struct ui_out_hdr *next;
|
||||
};
|
||||
|
||||
/* Maintain a stack so that the info applicable to the inner most list
|
||||
is always available. Stack/nested level 0 is reserved for the
|
||||
top-level result. */
|
||||
|
||||
enum { MAX_UI_OUT_LEVELS = 8 };
|
||||
|
||||
struct ui_out_level
|
||||
{
|
||||
/* Count each field; the first element is for non-list fields. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user