diff options
author | Dan Gohman <gohman@apple.com> | 2009-11-24 01:48:15 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-11-24 01:48:15 +0000 |
commit | 9e763b88b0c194924eed1de00d17f421a9222181 (patch) | |
tree | 82e60157d3637a098ed1a0cf894527a1d093ec08 /utils/TableGen/Record.h | |
parent | 193f720f118f52eb05de172d936a440f335c1469 (diff) |
Delete some dead and non-obvious code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89729 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/Record.h')
-rw-r--r-- | utils/TableGen/Record.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h index 4384c42d26..278c349dd6 100644 --- a/utils/TableGen/Record.h +++ b/utils/TableGen/Record.h @@ -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; }; |