summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Expression/ClangExpression.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Expression/ClangExpression.cpp b/lldb/source/Expression/ClangExpression.cpp
index c7d58b79d43..3fef7677f1b 100644
--- a/lldb/source/Expression/ClangExpression.cpp
+++ b/lldb/source/Expression/ClangExpression.cpp
@@ -194,8 +194,6 @@ ClangExpression::ClangExpression(const char *target_triple,
m_target_triple = target_triple;
else
m_target_triple = llvm::sys::getHostTriple();
-
- Log *log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS);
}
OpenPOWER on IntegriCloud