From: Jay Foad Date: Sun, 28 Nov 2010 21:05:31 +0000 (+0000) Subject: PR5207: remove unused methods APInt::Emit() and APInt::Read(). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=695ab519e4129ba1053383364a9241ec4c68904b;p=oota-llvm.git PR5207: remove unused methods APInt::Emit() and APInt::Read(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120262 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h index 22d97383336..560a4a467bc 100644 --- a/include/llvm/ADT/APInt.h +++ b/include/llvm/ADT/APInt.h @@ -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 /// @{