* tuiWin.c (_initialize_tuiWin): Always define the tui commands;
[deliverable/binutils-gdb.git] / gdb / tui / tuiStack.c
index 80fb33d58e674cc8b4b4aa01d6234984599e4a3c..ce979ddaace9f1befe4e9adbd668b40563b46a46 100644 (file)
@@ -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");
+}
 
 
 /*****************************************
This page took 0.022978 seconds and 4 git commands to generate.