1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-01 14:22:27 +00:00

Remove unnecessary declaration causing shadowing warnings.

modified:   ../src/ldeboot.c
	modified:   ../src/unixfork.c
This commit is contained in:
Nick Briggs
2020-12-08 10:03:40 -08:00
parent 49aa01a70b
commit be3ffd746c
2 changed files with 0 additions and 2 deletions

View File

@@ -99,7 +99,6 @@ int main(int argc, char *argv[])
{
char *Display_Name = (char *)NULL;
Display *Xdisplay = (Display *)NULL;
int i;
char *pos;
for (i = 1; i < argc; i++) {