summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-06 18:48:10 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-06 18:48:10 +0000
commitce45744254edebad3265cfa75a3868023144cbfa (patch)
treefb3c967c355bd300e536ecc58ec0e2aa6a388520 /vm_core.h
parent02d5868962417298cf041ce723d406e16a635693 (diff)
* vm_core.h: remove a useless declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm_core.h b/vm_core.h
index 48bf223853..390e790592 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -218,8 +218,6 @@ typedef struct rb_iseq_location_struct {
VALUE first_lineno; /* TODO: may be unsigned short */
} rb_iseq_location_t;
-struct rb_iseq_struct;
-
struct rb_iseq_struct {
/***************/
/* static data */