aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/particle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/semantic-graph/particle.hxx')
-rw-r--r--xsd-frontend/semantic-graph/particle.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/xsd-frontend/semantic-graph/particle.hxx b/xsd-frontend/semantic-graph/particle.hxx
index edfd264..df48de4 100644
--- a/xsd-frontend/semantic-graph/particle.hxx
+++ b/xsd-frontend/semantic-graph/particle.hxx
@@ -126,7 +126,6 @@ namespace XSDFrontend
Void
add_edge_right (ContainsParticle& e)
{
- assert (contained_particle_ == 0);
contained_particle_ = &e;
}