analyzer: fix build with ada [PR93723]

gcc/analyzer/ChangeLog:
	PR analyzer/93723
	* store.cc (binding_map::apply_ctor_to_region): Remove redundant
	assertion.
This commit is contained in:
David Malcolm 2020-10-13 17:11:17 -04:00
parent 974e3975c5
commit 12b267cc60

View File

@ -455,7 +455,6 @@ binding_map::apply_ctor_to_region (const region *parent_reg, tree ctor,
{
gcc_assert (parent_reg);
gcc_assert (TREE_CODE (ctor) == CONSTRUCTOR);
gcc_assert (!CONSTRUCTOR_NO_CLEARING (ctor));
unsigned ix;
tree index;