Skip to content

Commit

Permalink
manually update from nim-lang#11635
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Nov 26, 2019
1 parent 9634d97 commit ba82631
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions compiler/vmgen.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1595,10 +1595,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:
Expand Down

0 comments on commit ba82631

Please sign in to comment.