summaryrefslogtreecommitdiff
path: root/src/core/BufferedCharReader.cpp
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-11-21 11:10:31 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-11-21 11:10:31 +0100
commit08e654dcda7fa6d764558ea184fe1a47bc4001c8 (patch)
tree0d97c16706ebb7832a7797146963f13bc33f24b1 /src/core/BufferedCharReader.cpp
parentca2040ba16459f5b3dfe8a86a14680eecea7ef7d (diff)
Finished last commits moving action by also moving the tests and correcting all references and namespaces in the code.
Diffstat (limited to 'src/core/BufferedCharReader.cpp')
-rw-r--r--src/core/BufferedCharReader.cpp3
1 files changed, 0 insertions, 3 deletions
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()
}
}
-}
-