From 08e654dcda7fa6d764558ea184fe1a47bc4001c8 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Fri, 21 Nov 2014 11:10:31 +0100 Subject: Finished last commits moving action by also moving the tests and correcting all references and namespaces in the code. --- src/core/BufferedCharReader.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/BufferedCharReader.cpp') diff --git a/src/core/BufferedCharReader.cpp b/src/core/BufferedCharReader.cpp index c13628f..15aa6c0 100644 --- a/src/core/BufferedCharReader.cpp +++ b/src/core/BufferedCharReader.cpp @@ -19,7 +19,6 @@ #include "BufferedCharReader.hpp" namespace ousia { -namespace utils { // Constants used within the linebreak statemachine. static const uint8_t LB_STATE_NONE = 0x00; @@ -212,5 +211,3 @@ bool BufferedCharReader::atEnd() } } -} - -- cgit v1.2.3