PR5207: remove unused methods APInt::Emit() and APInt::Read().
authorJay Foad <jay.foad@gmail.com>
Sun, 28 Nov 2010 21:05:31 +0000 (21:05 +0000)
committerJay Foad <jay.foad@gmail.com>
Sun, 28 Nov 2010 21:05:31 +0000 (21:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120262 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/APInt.h

index 22d9738333645db1462ce5cecbce8b3b25b22217..560a4a467bc3a3e853d313d2a87a7ca78d94a3e9 100644 (file)
@@ -275,12 +275,6 @@ public:
   ///  objects, into FoldingSets.
   void Profile(FoldingSetNodeID& id) const;
 
-  /// @brief Used by the Bitcode serializer to emit APInts to Bitcode.
-  void Emit(Serializer& S) const;
-
-  /// @brief Used by the Bitcode deserializer to deserialize APInts.
-  void Read(Deserializer& D);
-
   /// @}
   /// @name Value Tests
   /// @{