From a9e4e3e3224647c178cca1177f17e89fe8866d22 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Sun, 20 Jul 2014 15:28:48 +0200 Subject: cleanup --- fast/grammar.cc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'fast/grammar.cc') 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 -- cgit v1.2.3