diff options
Diffstat (limited to 'lldb/source/API/SBTarget.cpp')
-rw-r--r-- | lldb/source/API/SBTarget.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/API/SBTarget.cpp b/lldb/source/API/SBTarget.cpp index fefc70afc65..ee0897e5950 100644 --- a/lldb/source/API/SBTarget.cpp +++ b/lldb/source/API/SBTarget.cpp @@ -97,9 +97,7 @@ Status AttachToProcess(ProcessAttachInfo &attach_info, Target &target) { } // namespace -//---------------------------------------------------------------------- // SBTarget constructor -//---------------------------------------------------------------------- SBTarget::SBTarget() : m_opaque_sp() { LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBTarget); } @@ -121,9 +119,7 @@ const SBTarget &SBTarget::operator=(const SBTarget &rhs) { return LLDB_RECORD_RESULT(*this); } -//---------------------------------------------------------------------- // Destructor -//---------------------------------------------------------------------- SBTarget::~SBTarget() {} bool SBTarget::EventIsTargetEvent(const SBEvent &event) { |