diff options
author | dos-reis <gdr@axiomatics.org> | 2013-06-22 18:45:49 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-06-22 18:45:49 +0000 |
commit | 309b1c778c8a822e40986eabf1d89c402a59df44 (patch) | |
tree | 738a76820494267d410745cf1d0d95c470979ce9 /src/syntax | |
parent | bb00e7ae1951a75626e0ddeef919a7ebe0434cf3 (diff) | |
download | open-axiom-309b1c778c8a822e40986eabf1d89c402a59df44.tar.gz |
Fix incomplete checking.
Diffstat (limited to 'src/syntax')
-rw-r--r-- | src/syntax/token.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/syntax/token.cc b/src/syntax/token.cc index 4f7bae29..297ca416 100644 --- a/src/syntax/token.cc +++ b/src/syntax/token.cc @@ -33,12 +33,6 @@ #include <open-axiom/token> namespace OpenAxiom { - token::Stream& - token::operator<<(token::Stream& s, const token::Rep& t) { - s.push_back(t); - return s; - } - namespace token { struct Keyword { const char* const key; |