Remove stale comments.

We already added memory hierarchy.
This commit is contained in:
Rohit Jnagal 2015-02-01 03:05:33 +00:00
parent 0b7e41c991
commit f9c6329af0

View File

@ -132,7 +132,7 @@ type MachineInfo struct {
NetworkDevices []NetInfo `json:"network_devices"`
// Machine Topology
// Describes cpu layout and hierarchy. TODO(rjnagal): Add Memory hierarchy.
// Describes cpu/memory layout and hierarchy.
Topology []Node `json:"topology"`
}