public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1187] analyzer: remove unused prototypes
@ 2021-06-03 14:38 David Malcolm
  0 siblings, 0 replies; only message in thread
From: David Malcolm @ 2021-06-03 14:38 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:981d98b883ed521c88c295ed82227c605d82add4

commit r12-1187-g981d98b883ed521c88c295ed82227c605d82add4
Author: David Malcolm <dmalcolm@redhat.com>
Date:   Thu Jun 3 10:37:41 2021 -0400

    analyzer: remove unused prototypes
    
    gcc/analyzer/ChangeLog:
            * store.h (store::get_direct_binding): Remove unused decl.
            (store::get_default_binding): Likewise.
    
    Signed-off-by: David Malcolm <dmalcolm@redhat.com>

Diff:
---
 gcc/analyzer/store.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/analyzer/store.h b/gcc/analyzer/store.h
index dc22d96f186..d68513ca94c 100644
--- a/gcc/analyzer/store.h
+++ b/gcc/analyzer/store.h
@@ -611,8 +611,6 @@ public:
 
   json::object *to_json () const;
 
-  const svalue *get_direct_binding (store_manager *mgr, const region *reg);
-  const svalue *get_default_binding (store_manager *mgr, const region *reg);
   const svalue *get_any_binding (store_manager *mgr, const region *reg) const;
 
   bool called_unknown_fn_p () const { return m_called_unknown_fn; }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-03 14:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 14:38 [gcc r12-1187] analyzer: remove unused prototypes David Malcolm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).