aboutsummaryrefslogtreecommitdiff
path: root/include/cru/parse/Production.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/parse/Production.h')
-rw-r--r--include/cru/parse/Production.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/cru/parse/Production.h b/include/cru/parse/Production.h
index 81236020..eb127893 100644
--- a/include/cru/parse/Production.h
+++ b/include/cru/parse/Production.h
@@ -9,10 +9,6 @@ class CRU_PARSE_API Production : public Object {
public:
Production(Grammar* grammar, std::string name, Nonterminal* left,
std::vector<Symbol*> right);
-
- CRU_DELETE_COPY(Production)
- CRU_DELETE_MOVE(Production)
-
~Production() override;
public: