Kill cmd_async_ok.
[deliverable/binutils-gdb.git] / gdb / cli / cli-decode.c
index 07bb5878e2ac2e4717d76b7dec4e73b4133d42e4..690831466b935266ed0a7d7e09c422b4b530d4cd 100644 (file)
@@ -105,18 +105,6 @@ get_cmd_context (struct cmd_list_element *cmd)
   return cmd->context;
 }
 
-void
-set_cmd_async_ok (struct cmd_list_element *cmd)
-{
-  cmd->flags |= CMD_ASYNC_OK;
-}
-
-int
-get_cmd_async_ok (struct cmd_list_element *cmd)
-{
-  return cmd->flags & CMD_ASYNC_OK;
-}
-
 void
 set_cmd_no_selected_thread_ok (struct cmd_list_element *cmd)
 {
This page took 0.026243 seconds and 4 git commands to generate.