diff options
-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); } |