diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-07-29 19:51:52 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-07-29 19:51:52 +0000 |
| commit | 1bb9bc72b94ad55ed38a3b504bfad9e60a60b16e (patch) | |
| tree | aa1ee3c2580df84617396d6e8c046ca7ff6eac1d | |
| parent | 4b4b5fcebc3678145fb155227043624673cc78fd (diff) | |
| download | bcm5719-llvm-1bb9bc72b94ad55ed38a3b504bfad9e60a60b16e.tar.gz bcm5719-llvm-1bb9bc72b94ad55ed38a3b504bfad9e60a60b16e.zip | |
Fixed "warning: unused variable 'log'".
llvm-svn: 109794
| -rw-r--r-- | lldb/source/Expression/ClangExpression.cpp | 2 |
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); } |

