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/Grammar.h | |
| parent | 5b46d14997c2ff2244f303216e4e286665ac8a42 (diff) | |
| download | cru-06f16479ae1b727252404b763b60c924e3fe7903.tar.gz cru-06f16479ae1b727252404b763b60c924e3fe7903.tar.bz2 cru-06f16479ae1b727252404b763b60c924e3fe7903.zip | |
Remove Object2.
Diffstat (limited to 'include/cru/parse/Grammar.h')
| -rw-r--r-- | include/cru/parse/Grammar.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/cru/parse/Grammar.h b/include/cru/parse/Grammar.h index 522cc0fd..2bf79fe6 100644 --- a/include/cru/parse/Grammar.h +++ b/include/cru/parse/Grammar.h @@ -9,10 +9,6 @@ namespace cru::parse { class CRU_PARSE_API Grammar : public Object { public: Grammar(); - - CRU_DELETE_COPY(Grammar) - CRU_DELETE_MOVE(Grammar) - ~Grammar() override; public: |
