From 3d2a60701f053fc35130711e88d9fcb29f29e274 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Wed, 4 Mar 2015 21:42:29 -0500 Subject: remove warning --- training/pro/mr_pro_reduce.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'training/pro/mr_pro_reduce.cc') diff --git a/training/pro/mr_pro_reduce.cc b/training/pro/mr_pro_reduce.cc index 5ef9b470..a61a3a5f 100644 --- a/training/pro/mr_pro_reduce.cc +++ b/training/pro/mr_pro_reduce.cc @@ -18,7 +18,6 @@ namespace po = boost::program_options; // since this is a ranking model, there should be equal numbers of // positive and negative examples, so the bias should be 0 -static const double MAX_BIAS = 1e-10; void InitCommandLine(int argc, char** argv, po::variables_map* conf) { po::options_description opts("Configuration options"); -- cgit v1.2.3