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/Tokenizer.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/Tokenizer.cpp') diff --git a/src/core/Tokenizer.cpp b/src/core/Tokenizer.cpp index a0ca3aa..f0cd944 100644 --- a/src/core/Tokenizer.cpp +++ b/src/core/Tokenizer.cpp @@ -21,7 +21,6 @@ #include "Tokenizer.hpp" namespace ousia { -namespace utils { static std::map buildChildren( const std::map &inputs) @@ -209,4 +208,3 @@ void Tokenizer::consumePeek() } } } -} -- cgit v1.2.3