summaryrefslogtreecommitdiff
path: root/src/join.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-11-02 22:10:58 +0000
committerJim Meyering <jim@meyering.net>1993-11-02 22:10:58 +0000
commit56deeee42bbd4d1b0070ce77bb87d5f0116a3ee2 (patch)
tree373a9439c3f993b45ea812da1e3e9955e98d285a /src/join.c
parent693e5c427acae56adc00427ad15250373729fc1d (diff)
downloadcoreutils-56deeee42bbd4d1b0070ce77bb87d5f0116a3ee2.tar.xz
merge with 1.8.1b
Diffstat (limited to 'src/join.c')
-rw-r--r--src/join.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/join.c b/src/join.c
index 0b323ec4a..21ed852a6 100644
--- a/src/join.c
+++ b/src/join.c
@@ -105,12 +105,6 @@ static struct outlist *outlist_end;
tab character. */
static char tab;
-/* If non-zero, display usage information and exit. */
-static int show_help;
-
-/* If non-zero, print the version on standard output then exit. */
-static int show_version;
-
/* When using getopt_long_only, no long option can start with
a character that is a short option. */
static struct option const longopts[] =