delete assert. Bitmap now set in caller

This commit is contained in:
Hieu Hoang 2015-10-22 09:36:42 +01:00
parent 37f7bb687e
commit 6e36500fdc

View File

@ -93,11 +93,6 @@ Hypothesis(const Hypothesis &prevHypo, const TranslationOption &transOpt, const
, m_id(m_manager.GetNextHypoId())
{
m_currScoreBreakdown.PlusEquals(transOpt.GetScoreBreakdown());
// assert that we are not extending our hypothesis by retranslating something
// that this hypothesis has already translated!
assert(!m_sourceCompleted.Overlap(m_currSourceWordsRange));
m_wordDeleted = transOpt.IsDeletionOption();
m_manager.GetSentenceStats().AddCreated();
}