remove Node::GetArp

This commit is contained in:
Mathieu Lacage
2007-05-03 14:39:37 +02:00
parent 2f1189d766
commit b4810cc153
8 changed files with 117 additions and 29 deletions

View File

@@ -108,10 +108,4 @@ Node::GetIpv4 (void) const
return 0;
}
Arp *
Node::GetArp (void) const
{
return 0;
}
}//namespace ns3