Merge pull request #14351 from zhengguoyong/del-unused-code

del the unused code
This commit is contained in:
Brian Grant 2015-09-25 13:16:06 -07:00
commit f62432212a

View File

@ -269,9 +269,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.