Skip to content
Snippets Groups Projects
Commit 1edf680c authored by formath's avatar formath Committed by Tianqi Chen
Browse files

rm unused variable (#143)

parent d927cb65
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,6 @@ IndexedGraph::IndexedGraph(const Graph &g) {
}
static auto& fmutate_inputs = Op::GetAttr<FMutateInputs>("FMutateInputs");
std::unordered_set<uint32_t> mutable_inputs;
// setup array view
// input_entries_ and control_rptr must not change after this step.
const NodeEntry* iptr = dmlc::BeginPtr(input_entries_);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment