* Removed an assert that will now always trigger (due to the DoublyLinkedList
changes). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34878 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2006-2009, Haiku, Inc. All Rights Reserved.
|
* Copyright 2006-2010, Haiku, Inc. All Rights Reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
@@ -213,10 +213,6 @@ put_route_internal(struct net_domain_private* domain, net_route* _route)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
// delete route - it must already have been removed at this point
|
// delete route - it must already have been removed at this point
|
||||||
|
|
||||||
ASSERT(route->GetDoublyLinkedListLink()->next == NULL
|
|
||||||
&& route->GetDoublyLinkedListLink()->previous == NULL);
|
|
||||||
|
|
||||||
delete route;
|
delete route;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user