print-tree.h (debug_vec_tree): Remove prototype.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 21 Nov 2017 10:06:52 +0000 (10:06 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Tue, 21 Nov 2017 10:06:52 +0000 (10:06 +0000)
* print-tree.h (debug_vec_tree): Remove prototype.
* gdbinit.in (pvt): Remove macro.

From-SVN: r254996

gcc/ChangeLog
gcc/gdbinit.in
gcc/print-tree.h

index a106fe60dcbcf09a0c267021e83f4516009d5662..c1e816db8ff68f99b1291ae2c470706cfa59b185 100644 (file)
@@ -1,3 +1,8 @@
+2017-11-21  Aldy Hernandez  <aldyh@redhat.com>
+
+       * print-tree.h (debug_vec_tree): Remove prototype.
+       * gdbinit.in (pvt): Remove macro.
+
 2017-11-21  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/83047
index ebdeaf0f2c9eaf4c5fed256a7531054665d6a76b..9e9485b0adfed42783282ab3bec70b57e562790a 100644 (file)
@@ -130,14 +130,6 @@ document ptn
 Print the name of the type-node that is $.
 end
 
-define pvt
-set debug_vec_tree ($)
-end
-
-document pvt
-Print the VEC(tree) that is in $.
-end
-
 define pdd
 set debug_dwarf_die ($)
 end
index 29efc071c5368dab945d9efc5e6b062b200f9e44..1707665939a4020820cbb3270500f219570a4e21 100644 (file)
@@ -31,7 +31,6 @@ extern void debug_head (const tree_node &ref);
 extern void debug_head (const tree_node *ptr);
 extern void debug_body (const tree_node &ref);
 extern void debug_body (const tree_node *ptr);
-extern void debug_vec_tree (vec<tree, va_gc> *);
 extern void debug (vec<tree, va_gc> &ref);
 extern void debug (vec<tree, va_gc> *ptr);
 extern void debug_raw (vec<tree, va_gc> &ref);