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:
parent
0f9aa35c79
commit
d0b7c82175
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue