diff options
author | yui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-05-19 02:47:26 +0000 |
---|---|---|
committer | yui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-05-19 02:47:26 +0000 |
commit | 6f3bdbf632dc346203ad63a9aad1bdabe602dd88 (patch) | |
tree | 3f18fe76e457ea7fe07db6cd8156c3d52499f8c5 | |
parent | e89ba16a04e166a6346687800464a2d6dc52c5a3 (diff) |
vm_core.h: Remove duplicate declaration
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | vm_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -300,7 +300,6 @@ pathobj_realpath(VALUE pathobj) /* Forward declarations */ struct rb_mjit_unit; -struct rb_execution_context_struct; struct rb_iseq_constant_body { enum iseq_type { |