diff options
author | Patrick Simianer <p@simianer.de> | 2014-07-20 15:28:48 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-07-20 15:28:48 +0200 |
commit | a9e4e3e3224647c178cca1177f17e89fe8866d22 (patch) | |
tree | f7a1d3da91c489af2748235e614b2bb0014f6304 /fast/grammar.cc | |
parent | 41046f6ac02a1d947d656d033ecb53a249e7cc7e (diff) |
cleanup
Diffstat (limited to 'fast/grammar.cc')
-rw-r--r-- | fast/grammar.cc | 11 |
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 |