mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
Stuff a variable declaration inside a #if block that is only used for that
#if.
This commit is contained in:
parent
e9eda3a1e9
commit
cefdc4ef10
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51636
@ -731,7 +731,9 @@ read_s0()
|
||||
static int
|
||||
write_s0()
|
||||
{
|
||||
#ifdef NOT_NOW
|
||||
int flag;
|
||||
#endif
|
||||
if (iotest) {
|
||||
print_s0(-1);
|
||||
return 0;
|
||||
|
@ -731,7 +731,9 @@ read_s0()
|
||||
static int
|
||||
write_s0()
|
||||
{
|
||||
#ifdef NOT_NOW
|
||||
int flag;
|
||||
#endif
|
||||
if (iotest) {
|
||||
print_s0(-1);
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user