diff options
Diffstat (limited to 'src/mem/ruby/common/NetDest.hh')
-rw-r--r-- | src/mem/ruby/common/NetDest.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mem/ruby/common/NetDest.hh b/src/mem/ruby/common/NetDest.hh index dc4a54965..b5c571577 100644 --- a/src/mem/ruby/common/NetDest.hh +++ b/src/mem/ruby/common/NetDest.hh @@ -54,9 +54,7 @@ class NetDest NetDest& operator=(const Set& obj); ~NetDest() - { - DPRINTF(RubyMemory, "NetDest Destructor\n"); - } + { } void add(MachineID newElement); void addNetDest(const NetDest& netDest); |