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 | d0063ea4ae7dbad8a9148ca3ebf6855cd2aa9af6 (patch) | |
tree | 618342e8d97a73c0cd80be4f2cd07b2ee5b10c4e /decoder/cdec.cc | |
parent | d125974b3980ac8b5831dd0ad80073caf4492a4a (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.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); } |