commit d8fa891008996aff63891ff223c8991c5a8f5f78 parent 7a5c4e3a290334cb8682104738efa0560894e44c Author: sin <sin@2f30.org> Date: Mon, 16 Feb 2015 16:12:36 +0000 Remove redundant definition of argv0 Diffstat:
M | cron.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/cron.c b/cron.c @@ -38,7 +38,6 @@ struct jobentry { TAILQ_ENTRY(jobentry) entry; }; -char *argv0; static sig_atomic_t chldreap; static sig_atomic_t reload; static sig_atomic_t quit;