1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* load.c: removed unused header file "node.h".

* method.h: ditto.
* symbol.c: ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2015-03-11 23:22:05 +00:00
parent fea779829b
commit 146a259568
4 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,11 @@
Thu Mar 12 08:20:14 2015 Koichi Sasada <ko1@atdot.net>
* load.c: removed unused header file "node.h".
* method.h: ditto.
* symbol.c: ditto.
Thu Mar 12 08:14:48 2015 Koichi Sasada <ko1@atdot.net>
* gc.c: RGENGC_CHECK_MODE should be 0.

1
load.c
View file

@ -7,7 +7,6 @@
#include "dln.h"
#include "eval_intern.h"
#include "probes.h"
#include "node.h"
VALUE ruby_dln_librefs;

View file

@ -12,7 +12,6 @@
#define METHOD_H
#include "internal.h"
#include "node.h"
#ifndef END_OF_ENUMERATION
# if defined(__GNUC__) &&! defined(__STRICT_ANSI__)

View file

@ -11,7 +11,6 @@
#include "internal.h"
#include "ruby/st.h"
#include "node.h"
#include "symbol.h"
#include "gc.h"
#include "probes.h"