summaryrefslogtreecommitdiff
path: root/decoder/cdec.cc
diff options
context:
space:
mode:
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 bc1c348d..76551cfa 100644
--- a/decoder/cdec.cc
+++ b/decoder/cdec.cc
@@ -190,7 +190,6 @@ void InitCommandLine(int argc, char** argv, OracleBleu &ob, po::variables_map* c
exit(1);
}
-
if (conf.count("usage")) {
cout<<global_ff_registry->usage(str("usage",conf),true,true)<<endl;
exit(0);