[lldb][NFC] Remove unimplemented ClangExpressionSourceCode::GetNumBodyLines

llvm-svn: 367830
This commit is contained in:
Raphael Isemann 2019-08-05 11:08:47 +00:00
parent 0492fd4155
commit 08f81513e9
1 changed files with 0 additions and 2 deletions

View File

@ -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.