From 74bb9cd27242b9320f99ff4d2b50c3051576cc14 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 8 Feb 2022 16:53:51 +0800 Subject: ... --- include/cru/parse/Nonterminal.hpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 include/cru/parse/Nonterminal.hpp (limited to 'include/cru/parse/Nonterminal.hpp') diff --git a/include/cru/parse/Nonterminal.hpp b/include/cru/parse/Nonterminal.hpp deleted file mode 100644 index b01c7c8a..00000000 --- a/include/cru/parse/Nonterminal.hpp +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once -#include "Symbol.hpp" - -namespace cru::parse { -class CRU_PARSE_API Nonterminal : public Symbol { - public: - Nonterminal(Grammar* grammar, String name); - - CRU_DELETE_COPY(Nonterminal) - CRU_DELETE_MOVE(Nonterminal) - - ~Nonterminal() override; -}; -} // namespace cru::parse -- cgit v1.2.3