diff options
author | Jasper Jenkins <jasper.vs.jenkins@gmail.com> | 2019-05-07 11:33:10 -0700 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-05-07 20:33:09 +0200 |
commit | 425baeaec64cef226a31da830173b6b556d96944 (patch) | |
tree | f961765d74546e5ebdeb36aad5fcb19a60d3a2dd /compiler/ccgstmts.nim | |
parent | 6f7f043c9b8c782f81568c330200d6ae8addee69 (diff) | |
download | Nim-425baeaec64cef226a31da830173b6b556d96944.tar.gz |
cleanup (#11192)
Diffstat (limited to 'compiler/ccgstmts.nim')
-rw-r--r-- | compiler/ccgstmts.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/ccgstmts.nim b/compiler/ccgstmts.nim index 2f8e1653f..81b87fd4a 100644 --- a/compiler/ccgstmts.nim +++ b/compiler/ccgstmts.nim @@ -123,8 +123,6 @@ proc genVarTuple(p: BProc, n: PNode) = if forHcr or isGlobalInBlock: hcrGlobals.add((loc: v.loc, tp: if traverseProc == nil: ~"NULL" else: traverseProc)) -proc genDeref(p: BProc, e: PNode, d: var TLoc) - proc loadInto(p: BProc, le, ri: PNode, a: var TLoc) {.inline.} = if ri.kind in nkCallKinds and (ri.sons[0].kind != nkSym or ri.sons[0].sym.magic == mNone): |