Include now unused var within #if 0 where it come back if the other

#if 0 code comes back- quiets gcc 4.2
This commit is contained in:
Matt Jacob 2007-06-08 01:34:04 +00:00
parent 2342e96586
commit ea47b6c8d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170410

View File

@ -608,7 +608,9 @@ static void
sbp_targ_send_status(struct orb_info *orbi, union ccb *ccb)
{
struct sbp_status *sbp_status;
#if 0
struct orb_info *norbi;
#endif
sbp_status = &orbi->status;