aboutsummaryrefslogtreecommitdiffstats
path: root/node.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-13 20:04:32 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-13 20:04:32 +0000
commit8bc61dbc11b98952b3c46ce9719b3c9948c48060 (patch)
tree4e00a304ae46dcdecf19ffd52359f1ea0bc6fe44 /node.h
parente7187862524523fe89ed9de9d392062d8c801d77 (diff)
downloadruby-8bc61dbc11b98952b3c46ce9719b3c9948c48060.tar.gz
* node.h: remove old comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'node.h')
-rw-r--r--node.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/node.h b/node.h
index 61ac466d93..aa8b582d27 100644
--- a/node.h
+++ b/node.h
@@ -265,8 +265,6 @@ typedef struct RNode {
/* NODE_FL: 0..4: T_TYPES, 5: KEEP_WB, 6: PROMOTED, 7: NODE_FL_NEWLINE|NODE_FL_CREF_PUSHED_BY_EVAL,
* 8..14: nd_type,
* 15..: nd_line or
- * 15: NODE_FL_CREF_PUSHED_BY_EVAL
- * 16: NODE_FL_CREF_OMOD_SHARED
*/
#define NODE_FL_NEWLINE (((VALUE)1)<<7)