Skip to content

Commit

Permalink
[lldb][NFC] Remove outdated TODOs from API headers
Browse files Browse the repository at this point in the history
There were added when I removed the swig interface files in
662548c. However, they mostly meant for
me to better track the differences between the existing API headers and
bindings interfaces. There's nothing actionable about these so I remove
them.
  • Loading branch information
bulbazord committed Mar 24, 2023
1 parent 4c79766 commit d0acc6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lldb/include/lldb/API/SBListener.h
Expand Up @@ -37,7 +37,6 @@ class LLDB_API SBListener {
const char *broadcaster_class,
uint32_t event_mask);

// TODO: This returns uint32_t in the interface files. :/
bool StopListeningForEventClass(SBDebugger &debugger,
const char *broadcaster_class,
uint32_t event_mask);
Expand Down
1 change: 0 additions & 1 deletion lldb/include/lldb/API/SBProcess.h
Expand Up @@ -115,7 +115,6 @@ class LLDB_API SBProcess {
// Queue related functions
uint32_t GetNumQueues();

// TODO: This technically takes a uint32_t in the interface file.
lldb::SBQueue GetQueueAtIndex(size_t index);

// Stepping related functions
Expand Down

0 comments on commit d0acc6f

Please sign in to comment.