From: David Malcolm Date: Fri, 26 Mar 2021 22:54:18 +0000 (-0400) Subject: analyzer: remove old decl of region::dump_to_pp X-Git-Tag: basepoints/gcc-12~339 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b7c821754e2b16e9e84d877082105799adf238;p=thirdparty%2Fgcc.git analyzer: remove old decl of region::dump_to_pp This was made redundant in the GCC 11 rewrite of state (808f4dfeb3a95f50f15e71148e5c1067f90a126d). gcc/analyzer/ChangeLog: * region.h (region::dump_to_pp): Remove old decl. --- diff --git a/gcc/analyzer/region.h b/gcc/analyzer/region.h index ea24b38b6a16..175a82a0cb25 100644 --- a/gcc/analyzer/region.h +++ b/gcc/analyzer/region.h @@ -128,11 +128,6 @@ public: pretty_printer *pp) const; label_text get_desc (bool simple=true) const; - void dump_to_pp (const region_model &model, - pretty_printer *pp, - const char *prefix, - bool is_last_child) const; - virtual void dump_to_pp (pretty_printer *pp, bool simple) const = 0; void dump (bool simple) const;