DragonFly commits List (threaded) for 2005-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/kern kern_slaballoc.c
:
:On Mon, Mar 28, 2005 at 05:13:33PM -0000, Andreas Hauser wrote:
:> > Remove redundant panic.
:>
:> Joerg,
:>
:> can you elaborate a bit more ?
:
:This simply removed some dead code. The conditional was always false,
:because it was already checked a few lines before.
:
:Joerg
Actually not quite true. The first condition requires that both bits
be zero. The second requires only that one bit be 0... which means
that you can't remove the second one. You might be able to remove
the first one.
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]