[NFC][XCOFF] remove an unused global variable.
authoresmeyi <esme.yi@ibm.com>
Thu, 30 Jun 2022 10:55:49 +0000 (06:55 -0400)
committeresmeyi <esme.yi@ibm.com>
Thu, 30 Jun 2022 10:55:49 +0000 (06:55 -0400)
llvm/lib/MC/XCOFFObjectWriter.cpp

index eabd389..977e77b 100644 (file)
@@ -205,7 +205,6 @@ class XCOFFObjectWriter : public MCObjectWriter {
   uint64_t SymbolTableOffset = 0;
   uint16_t SectionCount = 0;
   uint64_t RelocationEntryOffset = 0;
-  StringRef SourceFileName = ".file";
   std::vector<std::pair<std::string, size_t>> FileNames;
 
   support::endian::Writer W;