From 3696f861882185785a12b739eb407e4a35578bc2 Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Thu, 30 Jun 2016 18:00:32 +0000 Subject: Removed the redundant "%d errors parsing expression" error. Nobody keeps score. llvm-svn: 274254 --- lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp') diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp b/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp index a756e2b3d1e..52d49aecec9 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp @@ -511,8 +511,6 @@ ClangUserExpression::Parse(DiagnosticManager &diagnostic_manager, ExecutionConte m_fixed_text = fixed_expression.substr(fixed_start, fixed_end - fixed_start); } } - diagnostic_manager.Printf(eDiagnosticSeverityError, "%u error%s parsing expression", num_errors, - num_errors == 1 ? "" : "s"); ResetDeclMap(); // We are being careful here in the case of breakpoint conditions. -- cgit v1.2.3