[lldb] Remove unimplemented SBTraceCursor::GetExecutionContextRef
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 31 Jan 2023 04:27:28 +0000 (20:27 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 31 Jan 2023 04:35:52 +0000 (20:35 -0800)
commitd6eaaa1f13a9f7c3d3f87257ea2cf18e0dc13d86
tree793ec9c571879c52e981f0e5efe055166dad99f9
parent5f1c6d4444f770c3442a8f00ae813678e180b20a
[lldb] Remove unimplemented SBTraceCursor::GetExecutionContextRef

Fixes TAPI verification error:

  SBTraceCursor.h:130:23: error: declaration has external linkage, but dynamic library doesn't have symbol '__ZN4lldb13SBTraceCursor22GetExecutionContextRefEv'
  SBExecutionContext &GetExecutionContextRef();
                      ^

Remove the method as it doesn't have an implementation.
lldb/include/lldb/API/SBTraceCursor.h