diff options
author | 2013-03-06 23:36:53 +0000 | |
---|---|---|
committer | 2013-03-06 23:36:53 +0000 | |
commit | 66fd773f56a7cd55312b12f97c9ab2ca8a12dc84 (patch) | |
tree | ee37f7af757dbcd9842e152c4532d2bcb109f8b9 | |
parent | fatal() when ChrootDirectory specified by running without root privileges; (diff) | |
download | wireguard-openbsd-66fd773f56a7cd55312b12f97c9ab2ca8a12dc84.tar.xz wireguard-openbsd-66fd773f56a7cd55312b12f97c9ab2ca8a12dc84.zip |
g/c unused variable (-Wunused)
-rw-r--r-- | usr.bin/ssh/readconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index b9677e4df27..519e308e2a0 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/readconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.c,v 1.196 2013/02/22 04:45:08 dtucker Exp $ */ +/* $OpenBSD: readconf.c,v 1.197 2013/03/06 23:36:53 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -1228,8 +1228,6 @@ initialize_options(Options * options) void fill_default_options(Options * options) { - int len; - if (options->forward_agent == -1) options->forward_agent = 0; if (options->forward_x11 == -1) |