[lld][WebAssembly] Remove unused method declaration. NFC

This method was removed in https://reviews.llvm.org/D102265
but the declaration was missed.
This commit is contained in:
Sam Clegg 2021-05-14 14:58:00 -07:00
parent a558ebbd6f
commit 119f61af3a
1 changed files with 0 additions and 4 deletions

View File

@ -89,10 +89,6 @@ protected:
virtual ArrayRef<uint8_t> data() const = 0;
virtual uint64_t getTombstone() const { return 0; }
// Verifies the existing data at relocation targets matches our expectations.
// This is performed only debug builds as an extra sanity check.
void verifyRelocTargets() const;
ArrayRef<WasmRelocation> relocations;
Kind sectionKind;
};