From 8c0df706da1add591b3dd8ebb6199cb3ecbbff35 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 12 Apr 2008 12:17:49 +0000 Subject: [PATCH] Trylocks were implemented, remove stale comment --- sys/sys/rwlock.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/sys/rwlock.h b/sys/sys/rwlock.h index 0cf1919101b..2b4d82f263f 100644 --- a/sys/sys/rwlock.h +++ b/sys/sys/rwlock.h @@ -149,8 +149,6 @@ void _rw_assert(struct rwlock *rw, int what, const char *file, int line); /* * Public interface for lock operations. - * - * XXX: Missing try locks. */ #ifndef LOCK_DEBUG