From 309b1c778c8a822e40986eabf1d89c402a59df44 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 22 Jun 2013 18:45:49 +0000 Subject: Fix incomplete checking. --- src/include/token.H | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/include') diff --git a/src/include/token.H b/src/include/token.H index 40b5dd11..f9fbe873 100644 --- a/src/include/token.H +++ b/src/include/token.H @@ -176,23 +176,6 @@ namespace OpenAxiom { unindent_tv, // new line indentation, less than previous justify_tv, // align indentation with preceding line. }; - - // -- Representation of a token - struct Rep { - Value value; - Input::Span span; - Input::Line line; - }; - - // -- Random access stream of tokens. - struct Stream : std::vector { - Stream(Stream&&) = default; - Stream(const Stream&) = delete; - Stream& operator=(const Stream&) = delete; - }; - - // Inserting a token into a stream. - Stream& operator<<(Stream&, const Rep&); } } -- cgit v1.2.3