common.rs: fix leftover comment

This commit is contained in:
Johannes Altmanninger 2023-04-15 17:12:04 +02:00
parent df6525e770
commit 85ae1861fa

View file

@ -1138,7 +1138,6 @@ pub fn wcs2zstring(input: &wstr) -> CString {
}
let mut result = vec![];
// result.reserve(input.len());
wcs2string_callback(input, |buff| {
result.extend_from_slice(buff);
true