summaryrefslogtreecommitdiff
path: root/viengoos/activity.c
diff options
context:
space:
mode:
Diffstat (limited to 'viengoos/activity.c')
-rw-r--r--viengoos/activity.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/viengoos/activity.c b/viengoos/activity.c
index ff9b54c..7154e38 100644
--- a/viengoos/activity.c
+++ b/viengoos/activity.c
@@ -233,8 +233,6 @@ activity_consistency_check_ (const char *func, int line,
/* The number of objects on the active and inactive lists plus the
objects owned by the descendents must equal activity->frames. */
- assert (! ss_mutex_trylock (&lru_lock));
-
int active = 0;
struct object_desc *d;
for (d = activity->active; d; d = d->activity_lru.next)