mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
remove bad assert
This commit is contained in:
parent
e288090e70
commit
cc8f1e4a57
1 changed files with 0 additions and 1 deletions
|
@ -1289,7 +1289,6 @@ public class BTUtils {
|
||||||
+ " skipping %d bytes", cmdOrd, oneLen );
|
+ " skipping %d bytes", cmdOrd, oneLen );
|
||||||
if ( oneLen <= dis.available() ) {
|
if ( oneLen <= dis.available() ) {
|
||||||
dis.readFully( new byte[oneLen] );
|
dis.readFully( new byte[oneLen] );
|
||||||
Assert.failDbg();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue