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
97e4438725
commit
1162db06bf
@ -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