diff --git a/compiler/ast.nim b/compiler/ast.nim index c3ed339147..fdd91ef5e2 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -853,7 +853,6 @@ type # for modules, an unique index corresponding # to the module's fileIdx # for variables a slot index for the evaluator - # for routines a superop-ID offset*: int # offset of record field loc*: TLoc annex*: PLib # additional fields (seldom used, so we use a