Don't give packages names

This commit is contained in:
Richard Feldman 2022-12-10 01:43:53 -05:00
parent e3687935a3
commit 222e0193a3
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
2 changed files with 5 additions and 8 deletions

View file

@ -26,7 +26,6 @@ pub enum HeaderType<'a> {
generates_with: &'a [Symbol],
},
Platform {
name: PackageName<'a>,
opt_app_module_id: Option<ModuleId>,
/// the name and type scheme of the main function (required by the platform)
/// (type scheme is currently unused)