projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e64717
)
gthread tests: Remove spurious return;
author
Colin Walters
<walters@verbum.org>
Mon, 20 Jun 2011 18:09:31 +0000
(14:09 -0400)
committer
Colin Walters
<walters@verbum.org>
Mon, 20 Jun 2011 18:09:50 +0000
(14:09 -0400)
gthread/tests/spawn-singlethread.c
patch
|
blob
|
history
diff --git
a/gthread/tests/spawn-singlethread.c
b/gthread/tests/spawn-singlethread.c
index
9d7aaf5
..
777a8f9
100644
(file)
--- 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