public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: David Malcolm <dmalcolm@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-1187] analyzer: remove unused prototypes
Date: Thu,  3 Jun 2021 14:38:41 +0000 (GMT)	[thread overview]
Message-ID: <20210603143841.773033870866@sourceware.org> (raw)

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


                 reply	other threads:[~2021-06-03 14:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210603143841.773033870866@sourceware.org \
    --to=dmalcolm@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).