analyzer: remove old decl of region::dump_to_pp

This was made redundant in the GCC 11 rewrite of state
(808f4dfeb3).

gcc/analyzer/ChangeLog:
	* region.h (region::dump_to_pp): Remove old decl.
This commit is contained in:
David Malcolm 2021-03-26 18:54:18 -04:00
parent 0f9aa35c79
commit d0b7c82175

View file

@ -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;