[CplusPlus] ISVTableName is unused. NFCI.

Reviewers: teemperor, JDevlieghere

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D64265

llvm-svn: 365243
This commit is contained in:
Davide Italiano
2019-07-05 20:45:57 +00:00
parent a2a09cb606
commit ee7b1ce665
5 changed files with 0 additions and 16 deletions

View File

@@ -1037,8 +1037,6 @@ lldb_private::ConstString RenderScriptRuntime::GetPluginName() {
uint32_t RenderScriptRuntime::GetPluginVersion() { return 1; }
bool RenderScriptRuntime::IsVTableName(const char *name) { return false; }
bool RenderScriptRuntime::GetDynamicTypeAndAddress(
ValueObject &in_value, lldb::DynamicValueType use_dynamic,
TypeAndOrName &class_type_or_name, Address &address,