summaryrefslogtreecommitdiff
path: root/tests/kill1.c
diff options
context:
space:
mode:
authorrpj <rpj>2004-10-22 15:06:41 +0000
committerrpj <rpj>2004-10-22 15:06:41 +0000
commit045278e11b53fc1ad59945427feab1cd9275988f (patch)
treeda8570a7a8962d9563814c4910e8a9d5fb6fa685 /tests/kill1.c
parentf84df26e12431bb9ecd07fbc52c804538635901f (diff)
Changes to mutexes and semaphores - considered alpha for now
Diffstat (limited to 'tests/kill1.c')
-rw-r--r--tests/kill1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/kill1.c b/tests/kill1.c
index b9477fc..1ffd07a 100644
--- a/tests/kill1.c
+++ b/tests/kill1.c
@@ -77,8 +77,6 @@
int
main()
{
- void * result = NULL;
-
assert(pthread_kill(pthread_self(), 1) == EINVAL);
return 0;