aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Record.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-24 01:48:15 +0000
committerDan Gohman <gohman@apple.com>2009-11-24 01:48:15 +0000
commit9e763b88b0c194924eed1de00d17f421a9222181 (patch)
tree82e60157d3637a098ed1a0cf894527a1d093ec08 /utils/TableGen/Record.h
parent193f720f118f52eb05de172d936a440f335c1469 (diff)
downloadexternal_llvm-9e763b88b0c194924eed1de00d17f421a9222181.zip
external_llvm-9e763b88b0c194924eed1de00d17f421a9222181.tar.gz
external_llvm-9e763b88b0c194924eed1de00d17f421a9222181.tar.bz2
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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h
index 4384c42..278c349 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;
};