remove old fatal error from point-to-point code
This commit is contained in:
@@ -552,7 +552,6 @@ PointToPointNetDevice::SetReceiveCallback (NetDevice::ReceiveCallback cb)
|
||||
void
|
||||
PointToPointNetDevice::SetPromiscReceiveCallback (NetDevice::PromiscReceiveCallback cb)
|
||||
{
|
||||
NS_FATAL_ERROR ("PointToPointNetDevice::SetPromiscReceiveCallback(): Not implemented");
|
||||
m_promiscCallback = cb;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user