diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-04-16 10:52:43 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-04-16 10:52:43 +0200 |
commit | 9a1195a6f74d89b036c2285f91c918a4bdfa1880 (patch) | |
tree | 27655b769273b7daa28f75e14c134e18b885b418 /src/config.c | |
parent | 10c89779f8ee0a08d6f863ebe969356e14bc374e (diff) | |
download | fastd-9a1195a6f74d89b036c2285f91c918a4bdfa1880.tar fastd-9a1195a6f74d89b036c2285f91c918a4bdfa1880.zip |
Remove unused variable
Diffstat (limited to 'src/config.c')
-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; |