diff options
-rw-r--r-- | src/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |