Skip to content

Commit

Permalink
[lldb][sbapi][NFC] Remove commented out typedef from SBBreakpointName (
Browse files Browse the repository at this point in the history
…llvm#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.
  • Loading branch information
chelcassanova authored Nov 18, 2024
1 parent 900c056 commit 589ab28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lldb/include/lldb/API/SBBreakpointName.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ namespace lldb {

class LLDB_API SBBreakpointName {
public:
// typedef bool (*BreakpointHitCallback)(void *baton, SBProcess &process,
// SBThread &thread,
// lldb::SBBreakpointLocation &location);

SBBreakpointName();

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

0 comments on commit 589ab28

Please sign in to comment.