diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2017-04-05 22:49:52 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2017-04-05 22:49:52 +0000 |
commit | e935296f369df6ac4bb54bf953c1a5ae219f5567 (patch) | |
tree | cc16cadd71ebaa4f4c39852148b39b5f4cdacd9e | |
parent | a91139525a2ed9f4fe2f611dd19a29acbc1e0736 (diff) | |
download | bcm5719-llvm-e935296f369df6ac4bb54bf953c1a5ae219f5567.tar.gz bcm5719-llvm-e935296f369df6ac4bb54bf953c1a5ae219f5567.zip |
Bitcode: Remove an unused declaration. NFC.
llvm-svn: 299598
-rw-r--r-- | llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp index 1bdb439086a..be1c5521018 100644 --- a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp +++ b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp @@ -476,7 +476,6 @@ public: void write(); private: - void writeIndex(); void writeModStrings(); void writeCombinedValueSymbolTable(); void writeCombinedGlobalValueSummary(); |