Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel faigon <github.2009@yendor.com>2014-01-04 04:20:45 +0400
committerariel faigon <github.2009@yendor.com>2014-01-04 04:20:45 +0400
commitaaca92cf489739d90af2d5712ad16f823759f9f0 (patch)
tree384bdc0f9d2c17858bbf3551b768ad2ec334ef56 /vowpalwabbit/simple_label.cc
parentaa6c5456fd1bce5773d0ccd397287db967393f6e (diff)
remove redundant newline
Diffstat (limited to 'vowpalwabbit/simple_label.cc')
-rw-r--r--vowpalwabbit/simple_label.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vowpalwabbit/simple_label.cc b/vowpalwabbit/simple_label.cc
index edf9a737..4e7a5326 100644
--- a/vowpalwabbit/simple_label.cc
+++ b/vowpalwabbit/simple_label.cc
@@ -178,7 +178,6 @@ void print_update(vw& all, example *ec)
all.sd->sum_loss_since_last_dump = 0.0;
all.sd->old_weighted_examples = all.sd->weighted_examples;
-
VW::update_dump_interval(all);
}
}