summaryrefslogtreecommitdiff
path: root/src/mem/ruby/system/WireBuffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/system/WireBuffer.hh')
-rw-r--r--src/mem/ruby/system/WireBuffer.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mem/ruby/system/WireBuffer.hh b/src/mem/ruby/system/WireBuffer.hh
index 3a8804798..9fb2d87a8 100644
--- a/src/mem/ruby/system/WireBuffer.hh
+++ b/src/mem/ruby/system/WireBuffer.hh
@@ -81,9 +81,6 @@ class WireBuffer : public SimObject
bool areNSlotsAvailable(int n) { return true; }; // infinite queue length
void print(std::ostream& out) const;
- void clearStats() const;
- void printStats(std::ostream& out) const;
-
uint64_t m_msg_counter;
private: