diff options
author | David Malcolm <dmalcolm@redhat.com> | 2021-03-26 18:54:18 -0400 |
---|---|---|
committer | David Malcolm <dmalcolm@redhat.com> | 2021-03-30 17:54:36 -0400 |
commit | d0b7c821754e2b16e9e84d877082105799adf238 (patch) | |
tree | 7061e4b1ed76e094c00e8ad3f4e7364fb904479f /gcc/analyzer | |
parent | 0f9aa35c79a0fe195d5076375b5794246cf44819 (diff) | |
download | gcc-d0b7c821754e2b16e9e84d877082105799adf238.zip gcc-d0b7c821754e2b16e9e84d877082105799adf238.tar.gz gcc-d0b7c821754e2b16e9e84d877082105799adf238.tar.bz2 |
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.
Diffstat (limited to 'gcc/analyzer')
-rw-r--r-- | gcc/analyzer/region.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/analyzer/region.h b/gcc/analyzer/region.h index ea24b38..175a82a 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; |