Skip to content

Commit 3d0168f

Browse files
committedApr 1, 2018
Remove arity field from Con struct
1 parent ad2a756 commit 3d0168f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎rts/idris_rts.h

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ typedef struct Val * VAL;
4646
typedef struct Con {
4747
Hdr hdr;
4848
uint32_t tag;
49-
uint32_t arity;
5049
VAL args[0];
5150
} Con;
5251

0 commit comments

Comments
 (0)