[glib] gthread tests: Remove spurious return;



commit 4344838781ee4fcd1c459ec0761e531d20baacfb
Author: Colin Walters <walters verbum org>
Date:   Mon Jun 20 14:09:31 2011 -0400

    gthread tests: Remove spurious return;

 gthread/tests/spawn-singlethread.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gthread/tests/spawn-singlethread.c b/gthread/tests/spawn-singlethread.c
index 9d7aaf5..777a8f9 100644
--- a/gthread/tests/spawn-singlethread.c
+++ b/gthread/tests/spawn-singlethread.c
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]