Skip to content

Commit e0ff1e9

Browse files
[Bitcode] Remove unused declaration writeGlobalVariableMetadataAttachment (NFC)
The declaration was introduced without a corresponding definition on May 31, 2016 in commit cceae7f.
1 parent 219d451 commit e0ff1e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Bitcode/Writer/BitcodeWriter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ class ModuleBitcodeWriter : public ModuleBitcodeWriterBase {
373373
void writeModuleMetadata();
374374
void writeFunctionMetadata(const Function &F);
375375
void writeFunctionMetadataAttachment(const Function &F);
376-
void writeGlobalVariableMetadataAttachment(const GlobalVariable &GV);
377376
void pushGlobalMetadataAttachment(SmallVectorImpl<uint64_t> &Record,
378377
const GlobalObject &GO);
379378
void writeModuleMetadataKinds();

0 commit comments

Comments
 (0)