mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-07 07:30:31 +01: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 (network_file != NULL, NULL);
|
||||
g_return_val_if_fail (which >= 0, NULL);
|
||||
|
||||
route = nm_ip4_route_new ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue