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:
authorHieu Hoang <hieu@hoang.co.uk>2014-06-08 20:07:12 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-06-08 20:07:12 +0400
commit1b667e3e24620fb55fb7f62d3d643455521cdcb4 (patch)
treec1afc773035c21de8e242437caf20c5f9ead1172 /phrase-extract/ExtractionPhrasePair.cpp
parentd68257c34d05ab278f2b043bb208403cb4e98872 (diff)
delete any mention of SAFE_GETLINE so it doesn't reappear
Diffstat (limited to 'phrase-extract/ExtractionPhrasePair.cpp')
-rw-r--r--phrase-extract/ExtractionPhrasePair.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/phrase-extract/ExtractionPhrasePair.cpp b/phrase-extract/ExtractionPhrasePair.cpp
index f70d106d1..2b26c2ad6 100644
--- a/phrase-extract/ExtractionPhrasePair.cpp
+++ b/phrase-extract/ExtractionPhrasePair.cpp
@@ -19,7 +19,6 @@
#include <sstream>
#include "ExtractionPhrasePair.h"
-#include "SafeGetline.h"
#include "tables-core.h"
#include "score.h"
#include "moses/Util.h"