1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Removed a lot of unused variables.

Please try compiling your code with --enable-warnings to see them. (The
unused parameter warnings are usually bogus, the unused variable ones
are very useful, but gcc is unable to control them separately.)
This commit is contained in:
Martin Mares
2000-05-04 20:30:36 +00:00
parent c817b9916f
commit 93a786cb03
9 changed files with 4 additions and 14 deletions

View File

@@ -521,7 +521,7 @@ sk_passive_connected(sock *s, struct sockaddr *sa, int al, int type)
int
sk_open(sock *s)
{
int fd, e;
int fd;
sockaddr sa;
int one = 1;
int type = s->type;