diff options
-rw-r--r-- | libports/complete-deallocate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libports/complete-deallocate.c b/libports/complete-deallocate.c index fccd59e4..5c548a37 100644 --- a/libports/complete-deallocate.c +++ b/libports/complete-deallocate.c @@ -38,7 +38,6 @@ _ports_complete_deallocate (struct port_info *pi) /* A reference was reacquired through a hash table lookup. It's fine, we didn't touch anything yet. */ /* XXX: This really shouldn't happen. */ - /* XXX: this did happen... */ assert_backtrace (! "reacquired reference w/o send rights"); pthread_rwlock_unlock (&_ports_htable_lock); return; |