1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-14 19:56:28 +00:00

Remove unused variable declarations.

modified:   array.c
	modified:   array3.c
	modified:   car-cdr.c
	modified:   chardev.c
	modified:   conspage.c
	modified:   ldeboot.c
	modified:   sxhash.c
	modified:   unixfork.c
This commit is contained in:
Nick Briggs
2017-07-18 19:00:36 -07:00
parent 1da1a2cf10
commit ffff6ee267
8 changed files with 17 additions and 35 deletions

View File

@@ -71,15 +71,10 @@ char filetorun[30];
int main(int argc, char *argv[])
{
char Earg[30], Ename[30], **newargv;
int i;
#ifdef USESUNSCREEN
struct fbtype my_screen;
#endif /* USESUNSCREEN */
int FrameBufferFd;
#ifdef USESUNSCREEN
struct fbtype my_screen;
struct fbinfo FB_info;
struct fbgattr FBattr;
#endif /* USESUNSCREEN */
@@ -109,7 +104,7 @@ int main(int argc, char *argv[])
{
char *Display_Name = (char *)NULL;
Display *Xdisplay = (Display *)NULL;
int i, option;
int i;
char *pos;
for (i = 1; i < argc; i++) {