remove Node::GetUdp

This commit is contained in:
Mathieu Lacage
2007-05-03 14:23:41 +02:00
parent b1eccbe7bf
commit 2f1189d766
7 changed files with 5 additions and 29 deletions

View File

@@ -107,11 +107,6 @@ Node::GetIpv4 (void) const
{
return 0;
}
Udp *
Node::GetUdp (void) const
{
return 0;
}
Arp *
Node::GetArp (void) const