aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/Setup1
-rw-r--r--ext/thread/extconf.rb4
-rw-r--r--ext/thread/thread.c6
3 files changed, 0 insertions, 11 deletions
diff --git a/ext/Setup b/ext/Setup
index 05998e3363..c8996be79c 100644
--- a/ext/Setup
+++ b/ext/Setup
@@ -40,7 +40,6 @@
#stringio
#strscan
#syslog
-#thread
#tk
#tk/tkutil
#win32
diff --git a/ext/thread/extconf.rb b/ext/thread/extconf.rb
deleted file mode 100644
index 7e1c6d2716..0000000000
--- a/ext/thread/extconf.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-# frozen_string_literal: false
-require 'mkmf'
-
-create_makefile('thread')
diff --git a/ext/thread/thread.c b/ext/thread/thread.c
deleted file mode 100644
index 9eef3b442e..0000000000
--- a/ext/thread/thread.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <ruby.h>
-
-void
-Init_thread(void)
-{
-}