class.c: Remove unused global variables.
authorMarek Polacek <polacek@redhat.com>
Mon, 5 Feb 2018 11:47:48 +0000 (11:47 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Mon, 5 Feb 2018 11:47:48 +0000 (11:47 +0000)
commit5f25b464a8e3935b9b1bd47e6b652e79d4824102
tree965d13b65c2351ca54a89c3792c1c2255f21c527
parent865166c80e0c41faaee1c4e59894246aa8672531
class.c: Remove unused global variables.

* class.c: Remove unused global variables.
        (build_primary_vtable): Don't gather statistics.
(print_class_statistics): Remove.
* cp-tree.h (print_class_statistics): Remove.
* tree.c (cxx_print_statistics): Don't call print_class_statistics.

From-SVN: r257389
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/tree.c