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
path: root/moses
diff options
context:
space:
mode:
authorredpony <redpony@1f5c12ca-751b-0410-a591-d2e778427230>2006-09-20 23:56:33 +0400
committerredpony <redpony@1f5c12ca-751b-0410-a591-d2e778427230>2006-09-20 23:56:33 +0400
commit7ba47164e92e4ab3837772f5d1b67ca6e419a75b (patch)
treedc15de7c1122a7d7d087f7b2f498f4483a5abbdd /moses
parent271b78d94ced3d75b7a35c445af2e89f11cabfd3 (diff)
get rid of unused function header
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@821 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'moses')
-rwxr-xr-xmoses/src/TranslationOptionCollection.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/src/TranslationOptionCollection.h b/moses/src/TranslationOptionCollection.h
index 63513fbb9..d8f9ef4db 100755
--- a/moses/src/TranslationOptionCollection.h
+++ b/moses/src/TranslationOptionCollection.h
@@ -74,7 +74,6 @@ protected:
, size_t sourcePos
, FactorCollection &factorCollection);
- void ComputeFutureScores();
void Prune();
TranslationOptionList &GetTranslationOptionList(size_t startPos, size_t endPos)