diff options
Diffstat (limited to 'lld/ELF/MapFile.h')
| -rw-r--r-- | lld/ELF/MapFile.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lld/ELF/MapFile.h b/lld/ELF/MapFile.h index 1b8c0168c0de..df548988c03b 100644 --- a/lld/ELF/MapFile.h +++ b/lld/ELF/MapFile.h @@ -11,9 +11,8 @@ namespace lld { namespace elf { -void writeMapFile(); +void writeMapAndCref(); void writeWhyExtract(); -void writeCrossReferenceTable(); void writeArchiveStats(); } // namespace elf } // namespace lld |
