Remove two locking assertion entries that:

a) were incorrectly written and therefore never compiled into
assertions, and
b) were incorrectly specified and when compiled resulted in a
failed assertion.
This commit is contained in:
Diomidis Spinellis 2006-05-31 14:06:06 +00:00
parent e3243f2bf4
commit 23efd78d03

View file

@ -362,7 +362,6 @@ vop_reclaim {
};
#XXX lock vp ? ? ?
%! lock pre vop_lock_pre
%! lock post vop_lock_post
@ -373,7 +372,6 @@ vop_lock {
};
#XXX unlock vp L ? L
%! unlock pre vop_unlock_pre
%! unlock post vop_unlock_post