diff options
Diffstat (limited to 'lldb/source/Expression/IRInterpreter.cpp')
-rw-r--r-- | lldb/source/Expression/IRInterpreter.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Expression/IRInterpreter.cpp b/lldb/source/Expression/IRInterpreter.cpp index 64d5dc6a634..b81287585fb 100644 --- a/lldb/source/Expression/IRInterpreter.cpp +++ b/lldb/source/Expression/IRInterpreter.cpp @@ -28,8 +28,7 @@ using namespace llvm; IRInterpreter::IRInterpreter(lldb_private::ClangExpressionDeclMap &decl_map, lldb_private::Stream *error_stream) : - m_decl_map(decl_map), - m_error_stream(error_stream) + m_decl_map(decl_map) { } |