forked from OSchip/llvm-project
[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:
parent
a558ebbd6f
commit
119f61af3a
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue