看板 DFBSD_commit 關於我們 聯絡資訊
: :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@backplane.com>