gthread tests: Remove spurious return;
authorColin Walters <walters@verbum.org>
Mon, 20 Jun 2011 18:09:31 +0000 (14:09 -0400)
committerColin Walters <walters@verbum.org>
Mon, 20 Jun 2011 18:09:50 +0000 (14:09 -0400)
gthread/tests/spawn-singlethread.c

index 9d7aaf5..777a8f9 100644 (file)
@@ -162,8 +162,6 @@ test_spawn_sync (void)
   g_free (arg);
   g_free (stdout_str);
   g_ptr_array_free (argv, TRUE);
-
-  return GINT_TO_POINTER (tnum);
 }
 
 int