From 1e0e50368a084af3fbe0e888c5a7bb96632de993 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Wed, 3 Jul 2019 14:12:13 -0700 Subject: [PATCH] manually update from #11635 --- compiler/vmgen.nim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/vmgen.nim b/compiler/vmgen.nim index e17d10bb0161a..95f07066b3b85 100644 --- a/compiler/vmgen.nim +++ b/compiler/vmgen.nim @@ -1563,10 +1563,6 @@ proc importcCond*(s: PSym): bool {.inline.} = if s.kind in routineKinds: return s.ast.sons[bodyPos].kind == nkEmpty -proc importcVMCond*(s: PSym): bool = - # merge with importcCond ? - sfImportc in s.flags and s.ast == nil - proc importcSym(c: PCtx; info: TLineInfo; s: PSym) = when hasFFI: if compiletimeFFI in c.config.features: