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:
@@ -47,7 +47,7 @@ as_path_format(struct adata *path, byte *buf, unsigned int size)
|
||||
byte *e = p + path->length;
|
||||
byte *end = buf + size - 8;
|
||||
int sp = 1;
|
||||
int l, type, isset, as;
|
||||
int l, isset;
|
||||
|
||||
while (p < e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user