Unverified Commit 9e223c3a authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

remove a unused variable.

parent b6cb1558
...@@ -32,7 +32,6 @@ public: ...@@ -32,7 +32,6 @@ public:
} }
void Init(const Metadata& metadata, data_size_t num_data) override { void Init(const Metadata& metadata, data_size_t num_data) override {
std::stringstream str_buf;
for (auto k : eval_at_) { for (auto k : eval_at_) {
name_.emplace_back(std::string("map@") + std::to_string(k)); name_.emplace_back(std::string("map@") + std::to_string(k));
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment