diff options
| author | 2014-07-12 02:58:18 +0000 | |
|---|---|---|
| committer | 2014-07-12 02:58:18 +0000 | |
| commit | d0180692817b5dec4c25d0ef1cacbad5c62dba60 (patch) | |
| tree | ac8d7d6bbf6fcd9328c01f8c92bb3037103ec5f2 | |
| parent | The hosts.lpd file must exist, or no permission is granted. Change the (diff) | |
| download | wireguard-openbsd-d0180692817b5dec4c25d0ef1cacbad5c62dba60.tar.xz wireguard-openbsd-d0180692817b5dec4c25d0ef1cacbad5c62dba60.zip | |
Unused variable from oldrdist cleanup
| -rw-r--r-- | usr.bin/rdist/rdist.c | 3 |
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; |
