From e34bcca3e3ad3f0b27f6fefebe63889fa7173b85 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 27 Apr 2015 16:28:37 +0200 Subject: [PATCH] join: remove argv0, it is in arg.h --- join.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/join.c b/join.c index ab6fff3..cdfdb1f 100644 --- a/join.c +++ b/join.c @@ -60,9 +60,6 @@ static int pairs = 1; static size_t seplen; static struct outlist output; -char *argv0; - - static void usage(void) {