mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
gthread tests: Remove spurious return;
This commit is contained in:
parent
5e64717a5f
commit
4344838781
@ -162,8 +162,6 @@ test_spawn_sync (void)
|
|||||||
g_free (arg);
|
g_free (arg);
|
||||||
g_free (stdout_str);
|
g_free (stdout_str);
|
||||||
g_ptr_array_free (argv, TRUE);
|
g_ptr_array_free (argv, TRUE);
|
||||||
|
|
||||||
return GINT_TO_POINTER (tnum);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Loading…
Reference in New Issue
Block a user