Commit 0709302b authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Remove dead code.

parent ff2ff179
......@@ -450,9 +450,6 @@ consider_route(struct route *route)
if(installed == NULL)
goto install;
if(installed->metric >= route->metric + 288)
goto install;
if(installed->metric >= route->metric + 192)
goto install;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment