summaryrefslogtreecommitdiff
path: root/src/util/regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/regexp.h')
-rw-r--r--src/util/regexp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/util/regexp.h b/src/util/regexp.h
index dadc5996c..7985f4072 100644
--- a/src/util/regexp.h
+++ b/src/util/regexp.h
@@ -404,16 +404,6 @@ struct CVC4_PUBLIC RegExpHashFunction {
std::ostream& operator <<(std::ostream& os, const RegExp& s) CVC4_PUBLIC;
-class CVC4_PUBLIC RegExpEmpty : public RegExp {
-public:
- RegExpEmpty() : RegExp(0) {}
-};
-
-class CVC4_PUBLIC RegExpSigma : public RegExp {
-public:
- RegExpSigma() : RegExp(2) {}
-};
-
}/* CVC4 namespace */
#endif /* __CVC4__REGEXP_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback