diff options
Diffstat (limited to 'lldb/source/Expression/FunctionCaller.cpp')
-rw-r--r-- | lldb/source/Expression/FunctionCaller.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Expression/FunctionCaller.cpp b/lldb/source/Expression/FunctionCaller.cpp index fa156dcf9ca..5f5e3b86ccd 100644 --- a/lldb/source/Expression/FunctionCaller.cpp +++ b/lldb/source/Expression/FunctionCaller.cpp @@ -29,9 +29,7 @@ using namespace lldb_private; -//---------------------------------------------------------------------- // FunctionCaller constructor -//---------------------------------------------------------------------- FunctionCaller::FunctionCaller(ExecutionContextScope &exe_scope, const CompilerType &return_type, const Address &functionAddress, @@ -51,9 +49,7 @@ FunctionCaller::FunctionCaller(ExecutionContextScope &exe_scope, assert(m_jit_process_wp.lock()); } -//---------------------------------------------------------------------- // Destructor -//---------------------------------------------------------------------- FunctionCaller::~FunctionCaller() { lldb::ProcessSP process_sp(m_jit_process_wp.lock()); if (process_sp) { |