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 <hieuhoang@gmail.com>2015-06-02 20:00:32 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-06-02 20:00:32 +0300
commitefdb8566b17d19783aa65caf22b24e48a789fbb8 (patch)
treefe43728c533e13268905595fae5a5dc488347975 /moses-cmd
parent2f04d4a56ebab78a97b9fa9ecf4b50ef845a1bdb (diff)
delete ChangeSource(). Not used
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/MainVW.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/moses-cmd/MainVW.cpp b/moses-cmd/MainVW.cpp
index ac54c1ed6..c8047c201 100644
--- a/moses-cmd/MainVW.cpp
+++ b/moses-cmd/MainVW.cpp
@@ -151,9 +151,6 @@ int main(int argc, char** argv)
ResetUserTime();
}
- InputType* foo = source.get();
- FeatureFunction::CallChangeSource(foo);
-
// set up task of training one sentence
boost::shared_ptr<TrainingTask> task;
task = TrainingTask::create(source, ioWrapper);