src/common/error-model.cc
changeset 2230 9f13ac3291e0
parent 1870 67b3d2dea3d5
child 2232 9abd038ee588
--- a/src/common/error-model.cc	Sun Dec 30 19:36:44 2007 -0800
+++ b/src/common/error-model.cc	Wed Jan 02 09:09:24 2008 +0100
@@ -43,7 +43,6 @@
   m_enable (true) 
 {
   NS_LOG_FUNCTION;  
-  SetInterfaceId (ErrorModel::iid);
 }
 
 ErrorModel::~ErrorModel ()
@@ -130,7 +129,6 @@
   NS_LOG_FUNCTION;
   // Assume a uniform random variable if user does not specify
   m_ranvar = new UniformVariable ();
-  SetInterfaceId (RateErrorModel::iid);
 }
 
 RateErrorModel::~RateErrorModel () 
@@ -244,7 +242,6 @@
 ListErrorModel::ListErrorModel ()  
 {
   NS_LOG_FUNCTION;
-  SetInterfaceId (ListErrorModel::iid);
 }
 
 ListErrorModel::~ListErrorModel ()