mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 02:12:45 +00:00
#if 0 out a variable only used in #if 0'd code to quiet a warning.
This commit is contained in:
parent
6ad0e7c5cc
commit
b67cb27739
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73857
@ -587,7 +587,11 @@ static int
|
||||
bmp_Draw(video_adapter_t *adp)
|
||||
{
|
||||
int line;
|
||||
#if 0
|
||||
#ifndef PC98
|
||||
int i;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
if (bmp_info.data == NULL) { /* init failed, do nothing */
|
||||
return(1);
|
||||
|
@ -587,7 +587,11 @@ static int
|
||||
bmp_Draw(video_adapter_t *adp)
|
||||
{
|
||||
int line;
|
||||
#if 0
|
||||
#ifndef PC98
|
||||
int i;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
if (bmp_info.data == NULL) { /* init failed, do nothing */
|
||||
return(1);
|
||||
|
Loading…
Reference in New Issue
Block a user