From c623ab62cc295f5c553b6e5838c22745a2df9f5d Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 20 Sep 2019 20:10:40 +0200 Subject: [PATCH] updated comment in ast.nim --- compiler/ast.nim | 1 - 1 file changed, 1 deletion(-) 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