Remove redundant initialization
authorAdrian Prantl <aprantl@apple.com>
Thu, 30 Aug 2018 15:39:08 +0000 (15:39 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 30 Aug 2018 15:39:08 +0000 (15:39 +0000)
llvm-svn: 341080

lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp

index 61e49bd..405e29b 100644 (file)
@@ -222,7 +222,7 @@ ClangExpressionParser::ClangExpressionParser(ExecutionContextScope *exe_scope,
                                              Expression &expr,
                                              bool generate_debug_info)
     : ExpressionParser(exe_scope, expr, generate_debug_info), m_compiler(),
-      m_code_generator(), m_pp_callbacks(nullptr) {
+      m_pp_callbacks(nullptr) {
   Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
 
   // We can't compile expressions without a target.  So if the exe_scope is