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:
parent
2342e96586
commit
ea47b6c8d2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170410
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user