X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2Fsubprocs.c;h=4f327e95851bcfa72f8989b2f055ddd32e1de0e0;hp=0ccf7d2367bdb2d680221d4e628411b9b4a83694;hb=4361b69d3178d7fc98d0388f9a223af6c2651aba;hpb=d6b0217f2417bd19187f0ebc389d6c5c2233b11c diff --git a/driver/subprocs.c b/driver/subprocs.c index 0ccf7d23..4f327e95 100644 --- a/driver/subprocs.c +++ b/driver/subprocs.c @@ -1,5 +1,5 @@ /* subprocs.c --- choosing, spawning, and killing screenhacks. - * xscreensaver, Copyright (c) 1991-2016 Jamie Zawinski + * xscreensaver, Copyright (c) 1991-2017 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -260,7 +260,6 @@ make_job (pid_t pid, int screen, const char *cmd) const char *in = cmd; char *out = name; int got_eq = 0; - int first = 1; clean_job_list(); @@ -275,7 +274,6 @@ make_job (pid_t pid, int screen, const char *cmd) { /* then get the next token instead. */ got_eq = 0; out = name; - first = 0; goto AGAIN; }