diff options
Diffstat (limited to 'gdb/tui/tuiStack.c')
-rw-r--r-- | gdb/tui/tuiStack.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gdb/tui/tuiStack.c b/gdb/tui/tuiStack.c index 80fb33d..ce979dd 100644 --- a/gdb/tui/tuiStack.c +++ b/gdb/tui/tuiStack.c @@ -422,14 +422,9 @@ tui_vShowFrameInfo (va_list args) void _initialize_tuiStack (void) { - if (tui_version) - { - add_com ("update", class_tui, _tuiUpdateLocation_command, - "Update the source window and locator to display the current execution point.\n"); - } - - return; -} /* _initialize_tuiStack */ + add_com ("update", class_tui, _tuiUpdateLocation_command, + "Update the source window and locator to display the current execution point.\n"); +} /***************************************** |