summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-07-12 02:58:19 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-07-12 02:58:19 +0000
commit3b1f4435ffa5b4c6b3c8d6892e05f2717acc739c (patch)
tree717bc58adf70ae40bf61ab833c723aee264407ae /usr.bin
parentcf6ae64bbdfc77fc05ffb085031c36f0729cff55 (diff)
Unused variable from oldrdist cleanup
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rdist/rdist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rdist/rdist.c b/usr.bin/rdist/rdist.c
index 5d887437dc2..f156c959211 100644
--- a/usr.bin/rdist/rdist.c
+++ b/usr.bin/rdist/rdist.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rdist.c,v 1.25 2014/07/11 13:00:06 tedu Exp $ */
+/* $OpenBSD: rdist.c,v 1.26 2014/07/12 02:58:18 guenther Exp $ */
/*
* Copyright (c) 1983 Regents of the University of California.
@@ -84,7 +84,6 @@ main(int argc, char **argv, char **envp)
{
extern char *__progname;
struct namelist *hostlist = NULL;
- int x;
char *cp;
int cmdargs = 0;
int c;