Remove old comment

This commit is contained in:
Gav
2018-01-28 20:34:18 +01:00
parent 4dca28441d
commit 5b179842ec
-2
View File
@@ -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)
}
)*