Commit 1edf680c by formath Committed by Tianqi Chen

rm unused variable (#143)

parent d927cb65
......@@ -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_);
......
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