This snuck in. Reverted.
authorBill Wendling <isanbard@gmail.com>
Sun, 17 Dec 2006 11:11:10 +0000 (11:11 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 17 Dec 2006 11:11:10 +0000 (11:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32638 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Writer/Writer.cpp

index 19a5919c4f92db46661f4e3b309f7075dedb32c7..c6bc22e796738afd199ed2c4654597f7c4e0610d 100644 (file)
@@ -1297,6 +1297,4 @@ void llvm::WriteBytecodeToFile(const Module *M, OStream &Out,
 
   // make sure it hits disk now
   Out.stream()->flush();
-  void * p;
-  Out << std::hex << p << "\n";
 }