summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dyer <redpony@gmail.com>2015-03-04 21:42:29 -0500
committerChris Dyer <redpony@gmail.com>2015-03-04 21:42:29 -0500
commita003126ab5a172ef6d1de2a857e8ccfb90688a68 (patch)
tree7aa30d64afbfa49674bf3e9231200db75ee45b49
parentbafcdb6a06c0fe9db64f703e954b299cd8f39289 (diff)
remove warning
-rw-r--r--training/pro/mr_pro_reduce.cc1
1 files changed, 0 insertions, 1 deletions
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");