mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +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 );
|
||||
if ( oneLen <= dis.available() ) {
|
||||
dis.readFully( new byte[oneLen] );
|
||||
Assert.failDbg();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue