Skip to content
Snippets Groups Projects
Commit 5b179842 authored by Gav's avatar Gav
Browse files

Remove old comment

parent 4dca2844
No related merge requests found
......@@ -162,8 +162,6 @@ macro_rules! impl_stubs {
};
let output = super::$name(&input[..]);
// things break if we try to take the address of an unallocated vec, so we
// shortcircuit the empty output case.
output.as_ptr() as u64 + ((output.len() as u64) << 32)
}
)*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment