Skip to content

Commit 1e1301c

Browse files
committed
[lldb][sbapi] Remove commented out typedef from SBBreakpointName
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 9a5e5e2 commit 1e1301c

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)