aboutsummaryrefslogtreecommitdiffstats
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
parent02d5868962417298cf041ce723d406e16a635693 (diff)
downloadruby-ce45744254edebad3265cfa75a3868023144cbfa.tar.gz
* vm_core.h: remove a useless declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--vm_core.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4931830434..c65f7e23ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 7 03:47:26 2015 Koichi Sasada <ko1@atdot.net>
+
+ * vm_core.h: remove a useless declaration.
+
Tue Jul 7 03:33:20 2015 Koichi Sasada <ko1@atdot.net>
* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.
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 */