Drop obsolete comment

This commit is contained in:
Richard Feldman 2022-05-27 21:39:31 -04:00
parent 498bc9a88e
commit 01ba5e8f36
No known key found for this signature in database
GPG Key ID: 7E4127D1E4241798

View File

@ -19,8 +19,6 @@ pub fn load_types(
dir: &Path, dir: &Path,
threading: Threading, threading: Threading,
) -> Result<Vec<(Architecture, Types)>, io::Error> { ) -> Result<Vec<(Architecture, Types)>, io::Error> {
// TODO: generate both 32-bit and 64-bit #[cfg] macros if structs are different
// depending on 32-bit vs 64-bit targets.
let target_info = (&Triple::host()).into(); let target_info = (&Triple::host()).into();
let arena = &Bump::new(); let arena = &Bump::new();