summaryrefslogtreecommitdiff
path: root/decoder/cdec.cc
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-20 19:43:18 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-20 19:43:18 +0000
commitd0063ea4ae7dbad8a9148ca3ebf6855cd2aa9af6 (patch)
tree618342e8d97a73c0cd80be4f2cd07b2ee5b10c4e /decoder/cdec.cc
parentd125974b3980ac8b5831dd0ad80073caf4492a4a (diff)
remove duplicate notify
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@338 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/cdec.cc')
-rw-r--r--decoder/cdec.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/decoder/cdec.cc b/decoder/cdec.cc
index be554774..aa1003a3 100644
--- a/decoder/cdec.cc
+++ b/decoder/cdec.cc
@@ -206,7 +206,6 @@ void InitCommandLine(int argc, char** argv, OracleBleu &ob, po::variables_map* c
cerr << dcmdline_options << endl;
exit(1);
}
- po::notify(conf);
}