aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Albinus2020-01-09 13:40:14 +0100
committerMichael Albinus2020-01-09 13:40:14 +0100
commit70873074a15edbc64993f68d7cc50d2f46cc796b (patch)
tree05e1c398dfe9e55a42a3a667b4702aceec052ef2 /src
parent91e239a954283a372e48c81250936efe7d9591e5 (diff)
downloademacs-70873074a15edbc64993f68d7cc50d2f46cc796b.tar.gz
emacs-70873074a15edbc64993f68d7cc50d2f46cc796b.zip
Remove obsolete thread-alive-p
* etc/NEWS (thread-alive-p): * lisp/thread.el (thread-alive-p): * src/thread.c (thread-alive-p): Remove.
Diffstat (limited to 'src')
-rw-r--r--src/thread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/thread.c b/src/thread.c
index c7fe0614269..df1a7053826 100644
--- a/src/thread.c
+++ b/src/thread.c
@@ -1114,9 +1114,6 @@ syms_of_threads (void)
1114 staticpro (&last_thread_error); 1114 staticpro (&last_thread_error);
1115 last_thread_error = Qnil; 1115 last_thread_error = Qnil;
1116 1116
1117 Fdefalias (intern_c_string ("thread-alive-p"),
1118 intern_c_string ("thread-live-p"), Qnil);
1119
1120 Fprovide (intern_c_string ("threads"), Qnil); 1117 Fprovide (intern_c_string ("threads"), Qnil);
1121 } 1118 }
1122 1119