diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-10-03 13:13:50 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-12-12 10:44:57 -0500 |
| commit | c7f0429e813e01b697c7779cd5e3bada5f692446 (patch) | |
| tree | 7fbfd4e397ef21a6a014c8c2f240ca7baa354bea /tests/topotests/ospf_basic_functionality/test_ospf_ecmp_lan.py | |
| parent | 7d83e139378ec25a8a69146784af5227fbe25b4f (diff) | |
zebra: Remove goto's that do not do anything special
If we have this semantics:
int ret = FAILURE;
if (foo)
goto done;
....
done:
return ret;
This pattern does us no favors and makes it harder to figure out what is going
on. Let's remove.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_ecmp_lan.py')
0 files changed, 0 insertions, 0 deletions
