diff -r e11e106c7c19 -r a624276a897b src/common/mtag.cc --- a/src/common/mtag.cc Thu Apr 24 16:03:13 2008 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -#include "mtag.h" - -namespace ns3 { - -TypeId -Tag::GetTypeId (void) -{ - static TypeId tid = TypeId ("ns3::Tag") - .SetParent () - ; - return tid; -} - - -} // namespace ns3