Commit 7acbbcef by Rahul Committed by Tianqi Chen

remove unused variable (#131)

parent c010a240
......@@ -436,7 +436,6 @@ Symbol Symbol::GetInternals() const {
}
Symbol Symbol::GetChildren() const {
static auto& fnum_vis_output = Op::GetAttr<FNumVisibleOutputs>("FNumVisibleOutputs");
Symbol ret;
std::unordered_set<Node*> visited;
for (const auto& p : this->outputs) {
......
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