mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
remove bogus assertion
This commit is contained in:
parent
e7b81f240d
commit
40f8f316fe
1 changed files with 1 additions and 2 deletions
|
@ -132,7 +132,6 @@ justSend( XWEnv env, AndTransportProcs* aprocs, const SendMsgsPacket* const msg,
|
|||
XP_U16 streamVersion )
|
||||
{
|
||||
LOG_FUNC();
|
||||
XP_ASSERT( !msg->next );
|
||||
const char* sig = "([BILjava/lang/String;L" PKG_PATH("jni/CommsAddrRec")
|
||||
";L" PKG_PATH("jni/CommsAddrRec$CommsConnType") ";II)I";
|
||||
|
||||
|
@ -158,7 +157,7 @@ and_xport_send( XWEnv xwe, const SendMsgsPacket* const msgs,
|
|||
void* closure )
|
||||
{
|
||||
jint result = -1;
|
||||
LOG_FUNC();
|
||||
XP_LOGFF( "(conType=%s)", ConnType2Str( conType ) );
|
||||
AndTransportProcs* aprocs = (AndTransportProcs*)closure;
|
||||
ASSERT_ENV( aprocs->ti, xwe );
|
||||
if ( NULL != aprocs->jxport ) {
|
||||
|
|
Loading…
Reference in a new issue