Skip to content

Commit

Permalink
ruby: remove unused variable m_print_config in class Topology
Browse files Browse the repository at this point in the history
  • Loading branch information
nilayvaish committed Feb 20, 2013
1 parent da950ca commit e95e78f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/mem/ruby/network/Topology.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ NetDest shortest_path_to_node(SwitchID src, SwitchID next,
Topology::Topology(const Params *p)
: SimObject(p)
{
m_print_config = p->print_config;
m_number_of_switches = p->routers.size();

// initialize component latencies record
Expand Down
1 change: 0 additions & 1 deletion src/mem/ruby/network/Topology.hh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class Topology : public SimObject
Topology& operator=(const Topology& obj);

std::string m_name;
bool m_print_config;
NodeID m_nodes;
int m_number_of_switches;

Expand Down

0 comments on commit e95e78f

Please sign in to comment.