diff options
author | yui-knk <[email protected]> | 2024-04-04 07:46:28 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2024-04-04 13:17:26 +0900 |
commit | f057741c5dd6fdc25926c2f16fc6e936eeec5fd1 () | |
tree | fd79ac57d9f42c032b8076ba70d985b55128a9ab /node_dump.c | |
parent | bdfbeb90c921df32b0610c1cc66271d74e4a2b5b (diff) |
NODE_LIT is not used anymore
-rw-r--r-- | node_dump.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -724,12 +724,6 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node) F_NODE(nd_value, RNODE_MATCH3, "regexp (argument)"); return; - case NODE_LIT: - ANN("literal"); - ANN("format: [nd_lit]"); - ANN("example: :sym, /foo/"); - F_LIT(nd_lit, RNODE_LIT, "literal"); - return; case NODE_STR: ANN("string literal"); ANN("format: [nd_lit]"); |