Remove TypeValidators (NFC in terms of the testsuite)
This is a half-implemented feature that as far as we can tell was never used by anything since its original inclusion in 2014. This patch removes it to make remaining the code easier to understand. Differential Revision: https://reviews.llvm.org/D71310
This commit is contained in:
@@ -66,17 +66,6 @@ DataVisualization::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) {
|
||||
return GetFormatManager().GetSyntheticForType(type_sp);
|
||||
}
|
||||
|
||||
lldb::TypeValidatorImplSP
|
||||
DataVisualization::GetValidator(ValueObject &valobj,
|
||||
lldb::DynamicValueType use_dynamic) {
|
||||
return GetFormatManager().GetValidator(valobj, use_dynamic);
|
||||
}
|
||||
|
||||
lldb::TypeValidatorImplSP
|
||||
DataVisualization::GetValidatorForType(lldb::TypeNameSpecifierImplSP type_sp) {
|
||||
return GetFormatManager().GetValidatorForType(type_sp);
|
||||
}
|
||||
|
||||
bool DataVisualization::AnyMatches(
|
||||
ConstString type_name, TypeCategoryImpl::FormatCategoryItems items,
|
||||
bool only_enabled, const char **matching_category,
|
||||
|
||||
Reference in New Issue
Block a user