summaryrefslogtreecommitdiff
path: root/src/nm-system.c
diff options
context:
space:
mode:
authorPavel Šimerda <psimerda@redhat.com>2013-07-02 21:16:22 +0200
committerPavel Šimerda <psimerda@redhat.com>2013-07-02 21:16:22 +0200
commit7a7d171d6a054317fc0b536d2ee7b27788879368 (patch)
treef931bcd6fb26dc808f407a4faffdbab0e540d656 /src/nm-system.c
parented9065c97827c242a25b7a98ed345a4beb8b2594 (diff)
downloadNetworkManager-7a7d171d6a054317fc0b536d2ee7b27788879368.tar.gz
trivial: remove obsolete FIXME
Diffstat (limited to 'src/nm-system.c')
-rw-r--r--src/nm-system.c4
1 files changed, 0 insertions, 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;
}