aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gdbinit6
-rw-r--r--node.h2
2 files changed, 0 insertions, 8 deletions
diff --git a/.gdbinit b/.gdbinit
index e8a915ab3e..79a1b5d2a0 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -698,12 +698,6 @@ define nd_cval
rp ($arg0).u3.value
end
-
-define nd_cnt
- printf "%su3.cnt%s: ", $color_highlite, $color_end
- p ($arg0).u3.cnt
-end
-
define nd_tbl
printf "%su1.tbl%s: ", $color_highlite, $color_end
p ($arg0).u1.tbl
diff --git a/node.h b/node.h
index d2651495ee..9b0c2efa6a 100644
--- a/node.h
+++ b/node.h
@@ -262,7 +262,6 @@ typedef struct RNode {
long state;
struct rb_global_entry *entry;
struct rb_args_info *args;
- long cnt;
VALUE value;
} u3;
rb_code_location_t nd_loc;
@@ -324,7 +323,6 @@ typedef struct RNode {
#define nd_cval u3.value
#define nd_oid u1.id
-#define nd_cnt u3.cnt
#define nd_tbl u1.tbl
#define nd_var u1.node