diff --git a/clang/lib/AST/APValue.cpp b/clang/lib/AST/APValue.cpp index 4eae308ef5b34..04ba41b49b5d5 100644 --- a/clang/lib/AST/APValue.cpp +++ b/clang/lib/AST/APValue.cpp @@ -157,7 +157,6 @@ void APValue::LValuePathEntry::Profile(llvm::FoldingSetNodeID &ID) const { APValue::LValuePathSerializationHelper::LValuePathSerializationHelper( ArrayRef Path, QualType ElemTy) : Ty((const void *)ElemTy.getTypePtrOrNull()), Path(Path) {} - QualType APValue::LValuePathSerializationHelper::getType() { return QualType::getFromOpaquePtr(Ty); }