Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions rubyparser.h
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,6 @@ typedef struct RNode_ZSUPER {
* alen (length of list) | * nd_end (point to the last LIST)
* next -----------------+ * next


RNode_LIST and RNode_VALUES should be same structure
*/
typedef struct RNode_LIST {
NODE node;
Expand All @@ -591,14 +589,6 @@ typedef struct RNode_ZLIST {
NODE node;
} rb_node_zlist_t;

typedef struct RNode_VALUES {
NODE node;

struct RNode *nd_head;
long nd_alen;
struct RNode *nd_next;
} rb_node_values_t;

typedef struct RNode_HASH {
NODE node;

Expand Down