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 268a996917..3e87bc699b 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -797,12 +797,6 @@ define nd_new
end
-define nd_argc
- printf "%su2.argc%s: ", $color_highlite, $color_end
- p ($arg0).u2.argc
-end
-
-
define nd_cname
printf "%su1.id%s: ", $color_highlite, $color_end
p ($arg0).u1.id
diff --git a/node.h b/node.h
index 7c859b3ac0..7c12d5e8fe 100644
--- a/node.h
+++ b/node.h
@@ -349,8 +349,6 @@ typedef struct RNode {
#define nd_noex u3.id
#define nd_defn u3.node
-#define nd_argc u2.argc
-
#define nd_cpath u1.node
#define nd_super u3.node