aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-08 08:09:49 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-08 08:09:49 +0000
commit0be63db7af135754176d2c65eb7167b7bf5cb8fa (patch)
treea3dea9d11b8f266c10002b60bda05fb48e1176f2 /mjit.c
parentadd6c94695af9a419219963b6fe914ed54e19db0 (diff)
downloadruby-0be63db7af135754176d2c65eb7167b7bf5cb8fa.tar.gz
internal.h: moved ruby_null_device declaration
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mjit.c')
-rw-r--r--mjit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mjit.c b/mjit.c
index ba4da6b416..7ba8ae7a3c 100644
--- a/mjit.c
+++ b/mjit.c
@@ -206,8 +206,6 @@ static char *tmp_dir;
static VALUE valid_class_serials;
/* Ruby level interface module. */
VALUE rb_mMJIT;
-/* Portable /dev/null, defined in file.c */
-extern const char ruby_null_device[];
#ifdef _WIN32
/* Linker option to enable libruby in the build directory. */