=================================================================== RCS file: /cvs/mandoc/eqn.c,v retrieving revision 1.49 retrieving revision 1.50 diff -u -p -r1.49 -r1.50 --- mandoc/eqn.c 2014/10/10 09:12:44 1.49 +++ mandoc/eqn.c 2014/10/10 14:02:02 1.50 @@ -1,4 +1,4 @@ -/* $Id: eqn.c,v 1.49 2014/10/10 09:12:44 kristaps Exp $ */ +/* $Id: eqn.c,v 1.50 2014/10/10 14:02:02 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -537,10 +537,7 @@ eqn_box_alloc(struct eqn_node *ep, struct eqn_box *par bp->expectargs = UINT_MAX; bp->size = ep->gsize; - assert(NULL != parent); - if (NULL != parent->first) { - assert(NULL != parent->last); parent->last->next = bp; bp->prev = parent->last; } else