fix build and while at it remove a redudant include
[oota-llvm.git] / utils / TableGen / Record.h
index 4384c42d265a58cb8e4d9541ddabfe256b886919..278c349dd65e5ee5152f2454a7eaf7e194a4cc42 100644 (file)
@@ -611,12 +611,6 @@ public:
   virtual std::string getAsString() const;
 
   virtual Init *resolveReferences(Record &R, const RecordVal *RV);
-
-  // printXX - Print this bitstream with the specified format, returning true if
-  // it is not possible.
-  bool printInHex(raw_ostream &OS) const;
-  bool printAsVariable(raw_ostream &OS) const;
-  bool printAsUnset(raw_ostream &OS) const;
 };