diff options
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2107,8 +2107,6 @@ val hash_isec(val hash1, val hash2, val joinfun) val hash_isecp(val hash1, val hash2) { val self = lit("hash-isecp"); - struct hash *h1 = coerce(struct hash *, cobj_handle(self, hash1, hash_cls)); - struct hash *h2 = coerce(struct hash *, cobj_handle(self, hash2, hash_cls)); { val entry; |