From 18e2ea787e58a3462bb4d888ca99fe428c2f8d38 Mon Sep 17 00:00:00 2001 From: Clyybber Date: Tue, 17 Dec 2019 17:58:04 +0100 Subject: Cleanup leftovers of #12911(#12916) --- compiler/semtypes.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/semtypes.nim b/compiler/semtypes.nim index 4c88da077..4d749638d 100644 --- a/compiler/semtypes.nim +++ b/compiler/semtypes.nim @@ -1157,8 +1157,7 @@ proc semProcTypeNode(c: PContext, n, genericParams: PNode, # TODO: Disallow typed/untyped in procs in the compiler/stdlib if kind == skProc and (typ.kind == tyTyped or typ.kind == tyUntyped): if not isMagic(sym): - if (owner.kind != skModule or (owner.owner.name.s != "stdlib")): - localError(c.config, a[^2].info, "'" & typ.sym.name.s & "' is only allowed in templates and macros or magic procs") + localError(c.config, a[^2].info, "'" & typ.sym.name.s & "' is only allowed in templates and macros or magic procs") if hasDefault: def = a[^1] -- cgit 1.4.1-2-gfad0