diff options
Diffstat (limited to 'lldb/source/API/SBEvent.cpp')
-rw-r--r-- | lldb/source/API/SBEvent.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lldb/source/API/SBEvent.cpp b/lldb/source/API/SBEvent.cpp index c04ee72d889..543383b1ade 100644 --- a/lldb/source/API/SBEvent.cpp +++ b/lldb/source/API/SBEvent.cpp @@ -44,17 +44,6 @@ SBEvent::~SBEvent() { } -void -SBEvent::Dump (FILE *f) const -{ - const Event *lldb_event = get(); - if (lldb_event) - { - StreamFile str(f); - lldb_event->Dump ((Stream *) &str); - } -} - const char * SBEvent::GetDataFlavor () { |