mirror of
https://github.com/urbit/ares.git
synced 2024-11-26 09:57:56 +03:00
remove needless debug assert
This commit is contained in:
parent
7762e97981
commit
06ae62f6a3
@ -46,10 +46,6 @@ fn main() -> io::Result<()> {
|
||||
out_map.as_mut_ptr(),
|
||||
jammed_result.size() << 3,
|
||||
);
|
||||
debug_assert_eq!(
|
||||
*(jammed_result.data_pointer()),
|
||||
*(out_map.as_ptr() as *const u64)
|
||||
);
|
||||
out_map.flush()?;
|
||||
};
|
||||
Ok(())
|
||||
|
Loading…
Reference in New Issue
Block a user