changeset 2646 | c1fef7686472 |
parent 2643 | 2a3324f4dabe |
child 2650 | 3de4cacb8981 |
--- a/src/devices/wifi/wifi-mac-trailer.cc Mon Mar 17 14:01:55 2008 -0700 +++ b/src/devices/wifi/wifi-mac-trailer.cc Mon Mar 17 14:49:52 2008 -0700 @@ -44,19 +44,6 @@ return GetTypeId (); } -uint32_t -WifiMacTrailer::GetUid (void) -{ - static uint32_t uid = AllocateUid<WifiMacTrailer> ("WifiMacTrailer.ns3.inria.fr"); - return uid; -} - -std::string -WifiMacTrailer::GetName (void) const -{ - return "802.11 FCS"; -} - void WifiMacTrailer::Print (std::ostream &os) const {}