mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 09:58:07 +02:00
trivial: remove unnecessary always-true check
This commit is contained in:
parent
9fc134ee83
commit
0dc11be8da
1 changed files with 0 additions and 1 deletions
|
|
@ -650,7 +650,6 @@ read_one_ip4_route (shvarFile *ifcfg,
|
||||||
|
|
||||||
g_return_val_if_fail (ifcfg != NULL, NULL);
|
g_return_val_if_fail (ifcfg != NULL, NULL);
|
||||||
g_return_val_if_fail (network_file != NULL, NULL);
|
g_return_val_if_fail (network_file != NULL, NULL);
|
||||||
g_return_val_if_fail (which >= 0, NULL);
|
|
||||||
|
|
||||||
route = nm_ip4_route_new ();
|
route = nm_ip4_route_new ();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue