forked from OSchip/llvm-project
[Bitcode] Remove unused declaration writeGlobalVariableMetadataAttachment (NFC)
The declaration was introduced without a corresponding definition on
May 31, 2016 in commit cceae7feda
.
This commit is contained in:
parent
219d4518fc
commit
e0ff1e9659
|
@ -373,7 +373,6 @@ private:
|
|||
void writeModuleMetadata();
|
||||
void writeFunctionMetadata(const Function &F);
|
||||
void writeFunctionMetadataAttachment(const Function &F);
|
||||
void writeGlobalVariableMetadataAttachment(const GlobalVariable &GV);
|
||||
void pushGlobalMetadataAttachment(SmallVectorImpl<uint64_t> &Record,
|
||||
const GlobalObject &GO);
|
||||
void writeModuleMetadataKinds();
|
||||
|
|
Loading…
Reference in New Issue