From 7efd14ecc92de7ccdf0209168a4ae6b73cd9e07a Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 25 May 2012 00:59:31 -0400 Subject: remove cruft from pthread structure (old cancellation stuff) --- src/internal/pthread_impl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 2348b5da..01e6e5a0 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -27,8 +27,6 @@ struct pthread { uintptr_t canary; pid_t tid, pid; int tsd_used, errno_val, *errno_ptr; - /* All cancellation-related fields must remain together, in order */ - volatile uintptr_t cp_sp, cp_ip; volatile int cancel, canceldisable, cancelasync; unsigned char *map_base; size_t map_size; -- cgit v1.2.1