mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 11:00:09 +01:00
iface-helper: remove redundant g_type_init() call
This commit is contained in:
parent
7a3ab5c02f
commit
80a88fb649
1 changed files with 0 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue