remove old fatal error from point-to-point code

This commit is contained in:
Craig Dowell
2010-08-08 19:19:50 -07:00
parent 50b3bbeaeb
commit 562f325ef7

View File

@@ -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;
}