diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-11-03 20:04:52 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-11-03 20:04:52 +0800 |
| commit | 06f16479ae1b727252404b763b60c924e3fe7903 (patch) | |
| tree | 09cdf8e5e90ac85ea19840fad1a2cd149c1fc3f6 /include/cru/parse/Production.h | |
| parent | 5b46d14997c2ff2244f303216e4e286665ac8a42 (diff) | |
| download | cru-06f16479ae1b727252404b763b60c924e3fe7903.tar.gz cru-06f16479ae1b727252404b763b60c924e3fe7903.tar.bz2 cru-06f16479ae1b727252404b763b60c924e3fe7903.zip | |
Remove Object2.
Diffstat (limited to 'include/cru/parse/Production.h')
| -rw-r--r-- | include/cru/parse/Production.h | 4 |
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: |
