--- deliantra/server/common/map.C 2006/08/31 17:54:14 1.18 +++ deliantra/server/common/map.C 2006/08/31 18:59:23 1.19 @@ -1,6 +1,6 @@ /* * static char *rcsid_map_c = - * "$Id: map.C,v 1.18 2006/08/31 17:54:14 root Exp $"; + * "$Id: map.C,v 1.19 2006/08/31 18:59:23 root Exp $"; */ /* @@ -1395,18 +1395,6 @@ free_object(op); } } -#ifdef MANY_CORES - /* I see periodic cores on metalforge where a map has been swapped out, but apparantly - * an item on that map was not saved - look for that condition and die as appropriate - - * this leaves more of the map data intact for better debugging. - */ - for (op=objects; op!=NULL; op=op->next) { - if (!QUERY_FLAG(op, FLAG_REMOVED) && op->map == m) { - LOG(llevDebug,"free_all_objects: object %s still on map after it should have been freed\n", op->name); - abort(); - } - } -#endif } /*