Skip to content

Commit 589ab28

Browse files
[lldb][sbapi][NFC] Remove commented out typedef from SBBreakpointName (#116434)
SBBreakpointName has a typedef for BreakpointHitCallback used in SetCallback(), but this typedef has been commented out in SBBreakpointName and added instead to SBDefines. Since SB API callbacks are placed in SBDefines, this commit removes this commented out portion.
1 parent 900c056 commit 589ab28

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/include/lldb/API/SBBreakpointName.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ namespace lldb {
1717

1818
class LLDB_API SBBreakpointName {
1919
public:
20-
// typedef bool (*BreakpointHitCallback)(void *baton, SBProcess &process,
21-
// SBThread &thread,
22-
// lldb::SBBreakpointLocation &location);
23-
2420
SBBreakpointName();
2521

2622
SBBreakpointName(SBTarget &target, const char *name);

0 commit comments

Comments
 (0)