summaryrefslogtreecommitdiff
path: root/fast/grammar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'fast/grammar.cc')
-rw-r--r--fast/grammar.cc11
1 files changed, 1 insertions, 10 deletions
diff --git a/fast/grammar.cc b/fast/grammar.cc
index 946b062..9f26bd7 100644
--- a/fast/grammar.cc
+++ b/fast/grammar.cc
@@ -1,16 +1,7 @@
#include "grammar.hh"
-namespace Grammar {
-
-
-string
-NT::s()
-{
- ostringstream os;
- os << "NT<" << this->symbol << "," << this->index << ">";
- return os.str();
-}
+namespace G {
} // namespace