src/simulator/nstime.h
changeset 2965 4b28e9740e3b
parent 2451 8979f07befd5
child 2969 9d05d2a95dfa
--- a/src/simulator/nstime.h	Mon Apr 14 16:19:17 2008 -0700
+++ b/src/simulator/nstime.h	Thu Apr 17 13:42:25 2008 -0700
@@ -436,8 +436,6 @@
   static uint64_t UnitsToTimestep (uint64_t unitValue, 
                                    uint64_t unitFactor);
 
-  TimeUnit (Attribute value);
-  operator Attribute () const;
 private:
   HighPrecision m_data;