0.8.4.5:
[sbcl.git] / src / runtime / alpha-osf1-os.c
index d4e54d8..aeec91b 100644 (file)
@@ -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 */
 }