From 7a7d171d6a054317fc0b536d2ee7b27788879368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Tue, 2 Jul 2013 21:16:22 +0200 Subject: [PATCH] trivial: remove obsolete FIXME --- src/nm-system.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/nm-system.c b/src/nm-system.c index a3e8fd1df3..1d0e797825 100644 --- a/src/nm-system.c +++ b/src/nm-system.c @@ -382,10 +382,6 @@ nm_system_apply_ip6_config (int ifindex, g_array_unref (routes); } -// FIXME -// if (priority > 0) -// nm_system_device_set_priority (iface, config, priority); - return TRUE; }