forked from OSchip/llvm-project
[lldb][NFC] Remove unimplemented ClangExpressionSourceCode::GetNumBodyLines
llvm-svn: 367830
This commit is contained in:
parent
0492fd4155
commit
08f81513e9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue