del the unused code

This commit is contained in:
eulerzgy 2015-09-22 19:07:06 +08:00
parent fd88c361ca
commit 91044f3bf2

View File

@ -271,9 +271,6 @@ func (nc *NodeController) monitorNodeStatus() error {
}
}
if err != nil {
return err
}
if nc.allocateNodeCIDRs {
// TODO (cjcullen): Use pkg/controller/framework to watch nodes and
// reduce lists/decouple this from monitoring status.