diff --git a/src/ldeboot.c b/src/ldeboot.c index a46bf31..bb6bb59 100644 --- a/src/ldeboot.c +++ b/src/ldeboot.c @@ -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++) { diff --git a/src/unixfork.c b/src/unixfork.c index d9779d7..e20913e 100644 --- a/src/unixfork.c +++ b/src/unixfork.c @@ -550,7 +550,6 @@ int fork_Unix() { case 'W': /* Wait for a process to die. */ { - int pid; #if defined(SYSVONLY) || defined(WAITINT) int status; #else