This commit is contained in:
Simon Gardling
2022-05-15 23:30:37 -04:00
parent 8915c7587f
commit a84a53f885
3 changed files with 19 additions and 18 deletions

View File

@@ -240,7 +240,6 @@ impl MathApp {
debug_assert!(data_decompressed.is_empty());
unsafe {
assume(data_decompressed.len() > 0);
assume(!data_decompressed.is_empty());
}