trivial: remove unnecessary always-true check

This commit is contained in:
Jiří Klimeš
2011-11-22 09:51:03 +01:00
parent 9fc134ee83
commit 0dc11be8da

View File

@@ -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 ();