0.8.5.3:
[sbcl.git] / src / runtime / sparc-linux-os.c
index 8c685c2..cae1bbf 100644 (file)
@@ -40,9 +40,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 */
 }