summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/analyzer/region.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/analyzer/region.h b/gcc/analyzer/region.h
index 5150be76d0b..b5855c5b2f9 100644
--- a/gcc/analyzer/region.h
+++ b/gcc/analyzer/region.h
@@ -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;
};