X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fthread.h;h=187248327617e3e12e0847143d3e1901d04ff73d;hb=decddddf7e581fa1ebee846e5fddcd52229bb9a8;hp=306d133fa45018b8a43b0d51c5ca03297051c78a;hpb=dca9c046b59d56ecddf36169f6994119ef8aeace;p=sbcl.git diff --git a/src/runtime/thread.h b/src/runtime/thread.h index 306d133..1872483 100644 --- a/src/runtime/thread.h +++ b/src/runtime/thread.h @@ -169,13 +169,6 @@ StaticSymbolFunction(lispobj sym) return ((struct fdefn *)native_pointer(SymbolValue(sym, 0)))->fun; } -static inline -os_context_t *get_interrupt_context_for_thread(struct thread *th) -{ - return th->interrupt_contexts - [fixnum_value(SymbolValue(FREE_INTERRUPT_CONTEXT_INDEX,th)-1)]; -} - #if defined(LISP_FEATURE_SB_THREAD) && defined(LISP_FEATURE_GCC_TLS) extern __thread struct thread *current_thread; #endif