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>2013-07-19 18:38:13 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-19 18:38:13 +0400
commitb7b23dd703ca3bd6bb382092e59d89a387de7bcd (patch)
tree222047f14a8358f8e3a1225093de043e9438ba2f /moses/TargetPhraseCollection.cpp
parent116f1dcd41908772848ea0fee076eed28fd7566b (diff)
starting placeholder
Diffstat (limited to 'moses/TargetPhraseCollection.cpp')
-rw-r--r--moses/TargetPhraseCollection.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/moses/TargetPhraseCollection.cpp b/moses/TargetPhraseCollection.cpp
index a68a54b2b..9a28dbd5d 100644
--- a/moses/TargetPhraseCollection.cpp
+++ b/moses/TargetPhraseCollection.cpp
@@ -74,11 +74,6 @@ void TargetPhraseCollection::Sort(bool adhereTableLimit, size_t tableLimit)
}
}
-void TargetPhraseCollection::Add(const TargetPhraseCollection &copy)
-{
- std::copy(copy.begin(), copy.end(), std::inserter(m_collection, m_collection.end()));
-}
-
std::ostream& operator<<(std::ostream &out, const TargetPhraseCollection &obj)
{
TargetPhraseCollection::const_iterator iter;