summaryrefslogtreecommitdiff
path: root/ruby_1_8_6/ext/dl/sample/getch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_8_6/ext/dl/sample/getch.rb')
-rw-r--r--ruby_1_8_6/ext/dl/sample/getch.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/ruby_1_8_6/ext/dl/sample/getch.rb b/ruby_1_8_6/ext/dl/sample/getch.rb
deleted file mode 100644
index 3f7261c979..0000000000
--- a/ruby_1_8_6/ext/dl/sample/getch.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-require 'dl'
-
-crtdll = DL::dlopen("crtdll")
-getch = crtdll['_getch', 'L']
-print(getch.call, "\n")