From 4cfc781cd7d3fe90baae8800fdc57282f2daf393 Mon Sep 17 00:00:00 2001 From: Eric House Date: Thu, 29 Sep 2022 07:19:29 -0700 Subject: [PATCH] remove assert (until I figure out why firing) --- xwords4/common/comms.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xwords4/common/comms.c b/xwords4/common/comms.c index 35b10a671..1f6f27c81 100644 --- a/xwords4/common/comms.c +++ b/xwords4/common/comms.c @@ -1853,7 +1853,6 @@ sendMsg( CommsCtxt* comms, XWEnv xwe, MsgQueueElem* elem, const CommsConnType fi (void)channelToAddress( comms, xwe, channelNo, &addrP ); } else { /* guest has only one peer, but old code might save several */ - XP_ASSERT( !!comms->recs ); /* firing in upgrade test. WHY??? */ if ( !!comms->recs ) { XP_ASSERT( !comms->recs->next ); // firing during upgrade test addrP = &comms->recs->addr;