]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/analyzer/region.h
analyzer: fix stray get_element decls
[thirdparty/gcc.git] / gcc / analyzer / region.h
index 5150be76d0ba09878deb40c161e5ef797e8f508d..b5855c5b2f933eef43663e814e0834a7ee216d3d 100644 (file)
@@ -396,10 +396,6 @@ public:
   /* region vfuncs.  */
   void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE;
   enum region_kind get_kind () const FINAL OVERRIDE { return RK_CODE; }
-
-  const region *get_element (region_model *model,
-                       const svalue *index,
-                       region_model_context *ctxt);
 };
 
 } // namespace ana
@@ -435,10 +431,6 @@ public:
 
   tree get_fndecl () const { return m_fndecl; }
 
-  region *get_element (region_model *model,
-                       const svalue *index_sid,
-                       region_model_context *ctxt);
-
 private:
   tree m_fndecl;
 };