Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'util/stream/chain.cc')
-rw-r--r--util/stream/chain.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/chain.cc b/util/stream/chain.cc
index 4596af7ae..ce29e428c 100644
--- a/util/stream/chain.cc
+++ b/util/stream/chain.cc
@@ -128,7 +128,7 @@ Link::~Link() {
if (current_) {
// Probably an exception unwinding.
std::cerr << "Last input should have been poison." << std::endl;
-// abort();
+ // abort();
} else {
if (!poisoned_) {
// Poison is a block whose memory pointer is NULL.