Skip to content

Commit d0acc6f

Browse files
committed
[lldb][NFC] Remove outdated TODOs from API headers
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.
1 parent 4c79766 commit d0acc6f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lldb/include/lldb/API/SBListener.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class LLDB_API SBListener {
3737
const char *broadcaster_class,
3838
uint32_t event_mask);
3939

40-
// TODO: This returns uint32_t in the interface files. :/
4140
bool StopListeningForEventClass(SBDebugger &debugger,
4241
const char *broadcaster_class,
4342
uint32_t event_mask);

lldb/include/lldb/API/SBProcess.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ class LLDB_API SBProcess {
115115
// Queue related functions
116116
uint32_t GetNumQueues();
117117

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

121120
// Stepping related functions

0 commit comments

Comments
 (0)