[lldb][NFC] Remove unimplemented ClangExpressionSourceCode::GetNumBodyLines
authorRaphael Isemann <teemperor@gmail.com>
Mon, 5 Aug 2019 11:08:47 +0000 (11:08 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 5 Aug 2019 11:08:47 +0000 (11:08 +0000)
llvm-svn: 367830

lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h

index 8942902958372eb23069ef889f7c18c9903b39b0..cd11081bd245b56e63974f11cd4cdc35e4587e1c 100644 (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.