From 730bee725a770b543181424b52203dd1634ab5d1 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 3 Aug 2011 19:45:21 -0400 Subject: fix static linking dependency bloat with cancellation previously, pthread_cleanup_push/pop were pulling in all of pthread_create due to dependency on the __pthread_unwind_next function. this was not needed, as cancellation cleanup handlers can never be called unless pthread_exit or pthread_cancel is reachable. --- src/thread/cancellation3.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/thread/cancellation3.c (limited to 'src/thread/cancellation3.c') diff --git a/src/thread/cancellation3.c b/src/thread/cancellation3.c deleted file mode 100644 index e69de29b..00000000 -- cgit v1.2.3-70-g09d2