]> granicus.if.org Git - llvm/commitdiff
Bitcode: Remove an unused declaration. NFC.
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 5 Apr 2017 22:49:52 +0000 (22:49 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 5 Apr 2017 22:49:52 +0000 (22:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299598 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bitcode/Writer/BitcodeWriter.cpp

index 1bdb439086a15439a8a2da093e42be1ca2f1aa4f..be1c5521018a08d98ebb5ab4da94424c53a582b2 100644 (file)
@@ -476,7 +476,6 @@ public:
   void write();
 
 private:
-  void writeIndex();
   void writeModStrings();
   void writeCombinedValueSymbolTable();
   void writeCombinedGlobalValueSummary();