diff --git a/.gdbinit b/.gdbinit index 8e0634b6cd..e8a915ab3e 100644 --- a/.gdbinit +++ b/.gdbinit @@ -768,12 +768,6 @@ define nd_args rp ($arg0).u3.node end - -define nd_noex - printf "%su1.id%s: ", $color_highlite, $color_end - p ($arg0).u1.id -end - define nd_defn printf "%su3.node%s: ", $color_highlite, $color_end rp ($arg0).u3.node diff --git a/node.h b/node.h index 502e74612c..d2651495ee 100644 --- a/node.h +++ b/node.h @@ -345,7 +345,6 @@ typedef struct RNode { #define nd_args u3.node #define nd_ainfo u3.args -#define nd_noex u3.id #define nd_defn u3.node #define nd_cpath u1.node