diff options
Diffstat (limited to 'lld/COFF/Symbols.h')
-rw-r--r-- | lld/COFF/Symbols.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lld/COFF/Symbols.h b/lld/COFF/Symbols.h index 7059fbc8bb1..f96c1fb3cc1 100644 --- a/lld/COFF/Symbols.h +++ b/lld/COFF/Symbols.h @@ -125,10 +125,6 @@ public: // writer sets and uses RVAs. uint64_t getRVA(); - // Returns the file offset of this symbol in the final executable. - // The writer uses this information to apply relocations. - uint64_t getFileOff(); - // Returns the RVA relative to the beginning of the output section. // Used to implement SECREL relocation type. uint64_t getSecrel(); |