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:
mjacob 2007-06-08 01:34:04 +00:00
parent 97e4438725
commit 1162db06bf

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;