delete continue in monitorNodeStatus

the continue will run at the end of the for loop, we do not need it
This commit is contained in:
NickrenREN
2016-12-15 13:41:24 +08:00
parent 3479522de5
commit fab228a4ef

View File

@@ -517,7 +517,6 @@ func (nc *NodeController) monitorNodeStatus() error {
glog.Errorf("Unable to forcefully delete node %q: %v", nodeName, err)
}
}(node.Name)
continue
}
}
}