summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2010-11-28 21:05:31 +0000
committerJay Foad <jay.foad@gmail.com>2010-11-28 21:05:31 +0000
commit695ab519e4129ba1053383364a9241ec4c68904b (patch)
tree8bffe012aca9708cc596a047e9460ff4769b275d /include
parente4d19c9eb22899c9a555395d446a9ceef3bea7eb (diff)
downloadllvm-695ab519e4129ba1053383364a9241ec4c68904b.tar.gz
llvm-695ab519e4129ba1053383364a9241ec4c68904b.tar.bz2
llvm-695ab519e4129ba1053383364a9241ec4c68904b.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ADT/APInt.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h
index 22d9738333..560a4a467b 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
/// @{