File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ namespace lldb_private {
8080class Breakpoint : public std ::enable_shared_from_this<Breakpoint>,
8181 public Stoppoint {
8282public:
83- static ConstString GetEventIdentifier ();
8483 static const char *
8584 BreakpointEventTypeAsCString (lldb::BreakpointEventType type);
8685
Original file line number Diff line number Diff line change @@ -37,11 +37,6 @@ using namespace lldb;
3737using namespace lldb_private ;
3838using namespace llvm ;
3939
40- ConstString Breakpoint::GetEventIdentifier () {
41- static ConstString g_identifier (" event-identifier.breakpoint.changed" );
42- return g_identifier;
43- }
44-
4540const char *Breakpoint::g_option_names[static_cast <uint32_t >(
4641 Breakpoint::OptionNames::LastOptionName)]{" Names" , " Hardware" };
4742
You can’t perform that action at this time.
0 commit comments