diff options
Diffstat (limited to 'backendC/CleanCompilerSources/codegen1.c')
-rw-r--r-- | backendC/CleanCompilerSources/codegen1.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/backendC/CleanCompilerSources/codegen1.c b/backendC/CleanCompilerSources/codegen1.c index d7bd361..b96bed6 100644 --- a/backendC/CleanCompilerSources/codegen1.c +++ b/backendC/CleanCompilerSources/codegen1.c @@ -994,12 +994,6 @@ static void GenLazyFieldSelectorEntry (SymbDef field_def,StateS recstate,int tot ConvertSymbolToDandNLabel (&d_lab,&n_lab,field_def); - if (ExportLocalLabels){ - d_lab.lab_mod=CurrentModule; - n_lab.lab_mod=CurrentModule; - ealab.lab_mod=CurrentModule; - } - GenFieldNodeEntryDirective (node_directive_arity,&d_lab,ea_label_p,record_name); GenOAStackLayout (1); |