src/internet-node/arp-cache.cc
changeset 934 1bfcc65213c7
parent 933 df68dad55087
--- a/src/internet-node/arp-cache.cc	Wed Jul 18 11:43:39 2007 +0100
+++ b/src/internet-node/arp-cache.cc	Wed Jul 18 12:17:53 2007 +0100
@@ -109,8 +109,6 @@
 ArpCache::Entry *
 ArpCache::Add (Ipv4Address to)
 {
-  NS_ASSERT (m_arpCache.find (to) == m_arpCache.end ());
-
   ArpCache::Entry *entry = new ArpCache::Entry (this);
   m_arpCache[to] = entry;  
   return entry;