summaryrefslogtreecommitdiff
path: root/src/parser/antlr_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/antlr_input.h')
-rw-r--r--src/parser/antlr_input.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/parser/antlr_input.h b/src/parser/antlr_input.h
index 3a0c0fdfe..5598dd359 100644
--- a/src/parser/antlr_input.h
+++ b/src/parser/antlr_input.h
@@ -69,11 +69,10 @@ private:
LineBuffer* line_buffer);
/* This is private and unimplemented, because you should never use it. */
- AntlrInputStream(const AntlrInputStream& inputStream) CVC4_UNDEFINED;
+ AntlrInputStream(const AntlrInputStream& inputStream) = delete;
/* This is private and unimplemented, because you should never use it. */
- AntlrInputStream& operator=(const AntlrInputStream& inputStream)
- CVC4_UNDEFINED;
+ AntlrInputStream& operator=(const AntlrInputStream& inputStream) = delete;
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback