Make a few helper functions static. NFC.
[oota-llvm.git] / include / llvm / Bitcode / BitstreamReader.h
index 5d0827bfc330e538bbcf24139a569d83911c24a7..ecf82352779e2037c5574dabf94de83a1bba2b7f 100644 (file)
@@ -490,13 +490,6 @@ private:
   // Record Processing
   //===--------------------------------------------------------------------===//
 
-private:
-  void readAbbreviatedLiteral(const BitCodeAbbrevOp &Op,
-                              SmallVectorImpl<uint64_t> &Vals);
-  void readAbbreviatedField(const BitCodeAbbrevOp &Op,
-                            SmallVectorImpl<uint64_t> &Vals);
-  void skipAbbreviatedField(const BitCodeAbbrevOp &Op);
-
 public:
 
   /// Return the abbreviation for the specified AbbrevId.