summary refs log tree commit diff stats
path: root/rod/cgmeth.nim
diff options
context:
space:
mode:
Diffstat (limited to 'rod/cgmeth.nim')
-rwxr-xr-xrod/cgmeth.nim3
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