nac3core: remove misleading comment

pull/127/head
ychenfo 2021-12-18 01:46:30 +08:00
parent dba165d95c
commit 5f24d63b0b
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ pub struct TopLevelComposer {
pub method_class: HashMap<DefinitionId, DefinitionId>,
// number of built-in function and classes in the definition list, later skip
pub builtin_num: usize,
// indicate the mode that we are using the core
pub core_config: ComposerConfig,
}