Skip to content

Commit

Permalink
remove a unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
guolinke committed Jan 11, 2018
1 parent b6cb155 commit 9e223c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/metric/map_metric.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class MapMetric:public Metric {
}

void Init(const Metadata& metadata, data_size_t num_data) override {
std::stringstream str_buf;
for (auto k : eval_at_) {
name_.emplace_back(std::string("map@") + std::to_string(k));
}
Expand Down

0 comments on commit 9e223c3

Please sign in to comment.