X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Falpha-osf1-os.c;fp=src%2Fruntime%2Falpha-osf1-os.c;h=aeec91b47c9de1f52c48e9cc28734b73c41809ef;hb=c65f4c06c83c9dbf213cece638ad3d59710841bb;hp=d4e54d899a62f194d162f1716a16358f435ec3c7;hpb=80d37651bc4cba800bbf2ba38ea720d734fbae4a;p=sbcl.git diff --git a/src/runtime/alpha-osf1-os.c b/src/runtime/alpha-osf1-os.c index d4e54d8..aeec91b 100644 --- a/src/runtime/alpha-osf1-os.c +++ b/src/runtime/alpha-osf1-os.c @@ -44,9 +44,6 @@ size_t os_vm_page_size; #ifdef LISP_FEATURE_SB_THREAD #error "Define threading support functions" #else -struct thread *arch_os_get_current_thread() { - return all_threads; -} int arch_os_thread_init(struct thread *thread) { return 1; /* success */ }