diff options
Diffstat (limited to 'lldb/include/lldb/Target/Thread.h')
| -rw-r--r-- | lldb/include/lldb/Target/Thread.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/include/lldb/Target/Thread.h b/lldb/include/lldb/Target/Thread.h index 1554b08c0fd..3f72909928a 100644 --- a/lldb/include/lldb/Target/Thread.h +++ b/lldb/include/lldb/Target/Thread.h @@ -492,13 +492,6 @@ public: lldb::addr_t arg, bool stop_other_threads, bool discard_on_error = false); - - virtual ThreadPlan * - QueueThreadPlanForCallFunction (bool abort_other_plans, - Address& function, - ValueList &args, - bool stop_other_threads, - bool discard_on_error = false); //------------------------------------------------------------------ // Thread Plan accessors: |

