mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +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 )
|
XP_U16 streamVersion )
|
||||||
{
|
{
|
||||||
LOG_FUNC();
|
LOG_FUNC();
|
||||||
XP_ASSERT( !msg->next );
|
|
||||||
const char* sig = "([BILjava/lang/String;L" PKG_PATH("jni/CommsAddrRec")
|
const char* sig = "([BILjava/lang/String;L" PKG_PATH("jni/CommsAddrRec")
|
||||||
";L" PKG_PATH("jni/CommsAddrRec$CommsConnType") ";II)I";
|
";L" PKG_PATH("jni/CommsAddrRec$CommsConnType") ";II)I";
|
||||||
|
|
||||||
|
@ -158,7 +157,7 @@ and_xport_send( XWEnv xwe, const SendMsgsPacket* const msgs,
|
||||||
void* closure )
|
void* closure )
|
||||||
{
|
{
|
||||||
jint result = -1;
|
jint result = -1;
|
||||||
LOG_FUNC();
|
XP_LOGFF( "(conType=%s)", ConnType2Str( conType ) );
|
||||||
AndTransportProcs* aprocs = (AndTransportProcs*)closure;
|
AndTransportProcs* aprocs = (AndTransportProcs*)closure;
|
||||||
ASSERT_ENV( aprocs->ti, xwe );
|
ASSERT_ENV( aprocs->ti, xwe );
|
||||||
if ( NULL != aprocs->jxport ) {
|
if ( NULL != aprocs->jxport ) {
|
||||||
|
|
Loading…
Reference in a new issue