From 68fd129f5f69162fc2385bd3e57335968dfc74c2 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 2 Dec 2011 03:59:28 +0100 Subject: dead code --- dtrain/dtrain.cc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'dtrain/dtrain.cc') diff --git a/dtrain/dtrain.cc b/dtrain/dtrain.cc index 9db8516c..18024bae 100644 --- a/dtrain/dtrain.cc +++ b/dtrain/dtrain.cc @@ -202,7 +202,6 @@ main(int argc, char** argv) vector > ref_ids_buf; // references as WordID vecs // where temp files go string tmp_path = cfg["tmp"].as(); - vector w_tmp_files; // used for keep #ifdef DTRAIN_LOCAL string refs_fn = cfg["refs"].as(); ReadFile refs(refs_fn); @@ -630,13 +629,6 @@ if (false) { cerr << _p2 << "This took " << overall_time/60. << " min." << endl; } - if (keep) { - cout << endl << "Weight files per iteration:" << endl; - for (unsigned i = 0; i < w_tmp_files.size(); i++) { - cout << w_tmp_files[i] << endl; - } - } - return 0; } -- cgit v1.2.3