0.8.5.30
[sbcl.git] / src / runtime / hppa-linux-os.c
index f69b16b..696ee1d 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 */
 }