diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-20 19:43:18 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-20 19:43:18 +0000 |
commit | d8760868911aeac33a9191128872a2ba8eb2352a (patch) | |
tree | 3bce7125a03e4cdd2764393e45150bee87420960 /decoder | |
parent | 0b566e7d99e1fa536bf918bd16069c8e93e2caa9 (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.cc | 1 |
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); } |