From ceee35e3e4bf9729e1aae9bfadd6d25bfe3769ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 16 Jun 2021 16:56:33 +0300 Subject: [PATCH] [LLD] [COFF] Remove a stray duplicate comment. NFC. The following class isn't part of the export table; there's a second correctly placed comment about the things that actually belong to the export table. --- lld/COFF/DLL.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lld/COFF/DLL.cpp b/lld/COFF/DLL.cpp index 5f6087182a80..b9e12ef4b34d 100644 --- a/lld/COFF/DLL.cpp +++ b/lld/COFF/DLL.cpp @@ -158,7 +158,6 @@ binImports(const std::vector &imports) { return v; } -// Export table // See Microsoft PE/COFF spec 4.3 for details. // A chunk for the delay import descriptor table etnry.