summaryrefslogtreecommitdiff
path: root/src/core/parser/stack/Stack.cpp
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-04-09 14:56:28 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:19:34 +0200
commitbc25012753704943808bb8f71d75f27f68c13da9 (patch)
tree6ef71902aa68e3b6058a0ba47c17ddfbd767dcdb /src/core/parser/stack/Stack.cpp
parent8e27a8e87344e187d67407a37c8818f91ed016fa (diff)
fixed a bug in the DocumentHandler which lead to problems in case of empty explicit fields.
Diffstat (limited to 'src/core/parser/stack/Stack.cpp')
-rw-r--r--src/core/parser/stack/Stack.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/parser/stack/Stack.cpp b/src/core/parser/stack/Stack.cpp
index 88ddeee..41ced2a 100644
--- a/src/core/parser/stack/Stack.cpp
+++ b/src/core/parser/stack/Stack.cpp
@@ -35,9 +35,6 @@
#include <iostream>
#endif
-// TODO: Remove
-#include <iostream>
-
namespace ousia {
namespace parser_stack {
namespace {