summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-07-03 15:18:26 +0200
committerThomas Haller <thaller@redhat.com>2015-07-12 13:56:52 +0200
commit80a88fb64940bee76dd9659c6b326ca8d677e3de (patch)
tree898504befe50eb9ebfff19d587bffaed0b7f95cc
parent7a3ab5c02f2b7168e46d0e4a30e8ba1858a52a09 (diff)
downloadNetworkManager-80a88fb64940bee76dd9659c6b326ca8d677e3de.tar.gz
iface-helper: remove redundant g_type_init() call
-rw-r--r--src/nm-iface-helper.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nm-iface-helper.c b/src/nm-iface-helper.c
index ca7e654ce6..d416a517bd 100644
--- a/src/nm-iface-helper.c
+++ b/src/nm-iface-helper.c
@@ -307,10 +307,6 @@ do_early_setup (int *argc, char **argv[])
{NULL}
};
-#if !GLIB_CHECK_VERSION (2, 35, 0)
- g_type_init ();
-#endif
-
if (!nm_main_utils_early_setup ("nm-iface-helper",
argc,
argv,