Standardize clock parameter names to 'clock'.
[gem5.git] / dev / etherdump.hh
index ba15796c836a930d327255f3002dddea30cec99e..1296ebb1001bf0e7f3991963452e363609de3fed 100644 (file)
@@ -49,8 +49,6 @@ class EtherDump : public SimObject
     void init();
 
     Tick curtime;
-    Tick s_freq;
-    Tick us_freq;
 
   public:
     EtherDump(const std::string &name, const std::string &file, int max);