commit | 3408afe2acf34729730a7dc1efdd587c561b6f59 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Thu Dec 03 19:18:26 2009 +0300 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Thu Dec 03 19:18:26 2009 +0300 |
tree | 65ac57e811f0d5f6ce6fce6d4c78c6cd1bc33e79 | |
parent | 917e29954e652518326dbbdb90325a978ef69535 [diff] |
ospfd: comment out unused function
diff --git a/ospfd/ospf_ase.c b/ospfd/ospf_ase.c index 7bddf3f..5d0cae4 100644 --- a/ospfd/ospf_ase.c +++ b/ospfd/ospf_ase.c
@@ -157,6 +157,7 @@ return 1; } +#if 0 /* Calculate ASBR route. */ static struct ospf_route * ospf_ase_calculate_asbr_route (struct ospf *ospf, @@ -237,6 +238,7 @@ return asbr_route; } +#endif static struct ospf_route * ospf_ase_calculate_new_route (struct ospf_lsa *lsa,