diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/thread.c | 3 |
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 | ||