summaryrefslogtreecommitdiff
path: root/utils/TableGen/SetTheory.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TableGen/SetTheory.h')
-rw-r--r--utils/TableGen/SetTheory.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/TableGen/SetTheory.h b/utils/TableGen/SetTheory.h
index 2202f22396..e37a76ee68 100644
--- a/utils/TableGen/SetTheory.h
+++ b/utils/TableGen/SetTheory.h
@@ -96,8 +96,7 @@ private:
public:
/// Create a SetTheory instance with only the standard operators.
- /// A 'sequence' operator will only be added if a RecordKeeper is given.
- SetTheory(RecordKeeper *Records = 0);
+ SetTheory();
/// addExpander - Add an expander for Records with the named super class.
void addExpander(StringRef ClassName, Expander*);