From 9a1195a6f74d89b036c2285f91c918a4bdfa1880 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 16 Apr 2012 10:52:43 +0200 Subject: Remove unused variable --- src/config.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index fea8da5..79cc756 100644 --- a/src/config.c +++ b/src/config.c @@ -339,7 +339,6 @@ static void count_peers(fastd_context *ctx, fastd_config *conf) { void fastd_configure(fastd_context *ctx, fastd_config *conf, int argc, char *const argv[]) { default_config(conf); - fastd_peer_config *peer; int i = 1; const char *arg; long l; -- cgit v1.2.3