summaryrefslogtreecommitdiff
path: root/decoder
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
commitd8760868911aeac33a9191128872a2ba8eb2352a (patch)
tree3bce7125a03e4cdd2764393e45150bee87420960 /decoder
parent0b566e7d99e1fa536bf918bd16069c8e93e2caa9 (diff)
remove duplicate notify
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@338 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder')
-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);
}