Eliminate return value of string init

This commit is contained in:
David Tolnay 2022-07-30 01:18:40 -07:00
parent e0a86e6089
commit 5c028a3ded
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 1001 additions and 1058 deletions

View file

@ -39,7 +39,6 @@ macro_rules! STRING_INIT {
$string.pointer = $string.start;
$string.end = $string.start.wrapping_add(16);
memset($string.start as *mut libc::c_void, 0, 16);
OK
}};
}

File diff suppressed because it is too large Load diff