summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'node.h')
-rw-r--r--node.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/node.h b/node.h
index b0f8433aa5..59d6d7f204 100644
--- a/node.h
+++ b/node.h
@@ -227,11 +227,6 @@ typedef struct rb_code_location_struct {
int column;
} rb_code_location_t;
-typedef struct rb_code_range_struct {
- rb_code_location_t first_loc;
- rb_code_location_t last_loc;
-} rb_code_range_t;
-
typedef struct RNode {
VALUE flags;
union {