diff options
Diffstat (limited to 'rod/cgmeth.nim')
-rwxr-xr-x | rod/cgmeth.nim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rod/cgmeth.nim b/rod/cgmeth.nim index 7b3e5a75f..fe1b581f9 100755 --- a/rod/cgmeth.nim +++ b/rod/cgmeth.nim @@ -17,9 +17,6 @@ proc methodCall*(n: PNode): PNode proc generateMethodDispatchers*(): PNode # implementation -const - skipPtrs = {tyVar, tyPtr, tyRef, tyGenericInst} - proc genConv(n: PNode, d: PType, downcast: bool): PNode = var dest, source: PType |