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

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/rescorer/score_collector.cpp')
-rw-r--r--src/rescorer/score_collector.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rescorer/score_collector.cpp b/src/rescorer/score_collector.cpp
index 1577feba..32903a39 100644
--- a/src/rescorer/score_collector.cpp
+++ b/src/rescorer/score_collector.cpp
@@ -74,7 +74,6 @@ std::string ScoreCollector::getAlignment(const data::SoftAlignment& align) {
} else {
ABORT("Unrecognized word alignment type");
}
- return "";
}
ScoreCollectorNBest::ScoreCollectorNBest(const Ptr<Options>& options)