]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdbthread.h
X86: reverse-finish fix
[thirdparty/binutils-gdb.git] / gdb / gdbthread.h
index 11d69fceab01ff26fd27ca6362ba8680da157972..e4edff2d6218dfd0192032e8d73b83aa5312defb 100644 (file)
@@ -150,10 +150,6 @@ struct thread_control_state
      the finished single step.  */
   int trap_expected = 0;
 
-  /* Nonzero if the thread is being proceeded for a "finish" command
-     or a similar situation when return value should be printed.  */
-  int proceed_to_finish = 0;
-
   /* Nonzero if the thread is being proceeded for an inferior function
      call.  */
   int in_infcall = 0;