X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fmips-linux-os.c;h=2f4a0dad4b9e635f7c0c486f25aedefa64071b69;hb=44dbdff97fbcc1e5b12e1330da92c5a3dcb94a3b;hp=27ced2474bb4a9fb37163dfa48a637d36eccb2d5;hpb=34dcb46f78a01d543756703d7ccdf3d999a134d0;p=sbcl.git diff --git a/src/runtime/mips-linux-os.c b/src/runtime/mips-linux-os.c index 27ced24..2f4a0da 100644 --- a/src/runtime/mips-linux-os.c +++ b/src/runtime/mips-linux-os.c @@ -45,9 +45,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 */ }