summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-08-05 11:08:47 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-08-05 11:08:47 +0000
commit08f81513e94b70e0f9c955eeee5c56dc37637feb (patch)
tree35cd369db1505018168212ecdc053a86689c92dd /lldb/source/Plugins/ExpressionParser
parent0492fd41553c454677751a388cad39acef3ee08e (diff)
downloadbcm5719-llvm-08f81513e94b70e0f9c955eeee5c56dc37637feb.tar.gz
bcm5719-llvm-08f81513e94b70e0f9c955eeee5c56dc37637feb.zip
[lldb][NFC] Remove unimplemented ClangExpressionSourceCode::GetNumBodyLines
llvm-svn: 367830
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser')
-rw-r--r--lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h
index 89429029583..cd11081bd24 100644
--- a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h
+++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h
@@ -30,8 +30,6 @@ public:
return new ClangExpressionSourceCode("$__lldb_expr", prefix, body, true);
}
- uint32_t GetNumBodyLines();
-
/// Generates the source code that will evaluate the expression.
///
/// \param text output parameter containing the source code string.
OpenPOWER on IntegriCloud