summaryrefslogtreecommitdiffstats
path: root/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/struct.c b/struct.c
index b421a265..a449e9d7 100644
--- a/struct.c
+++ b/struct.c
@@ -1870,7 +1870,6 @@ static ucnum struct_inst_hash(val obj, int *count, ucnum seed)
for (sl = 0; sl < nslots; sl++) {
ucnum hash = equal_hash(si->slot[sl], count, seed);
out += hash;
- out &= NUM_MAX;
}
return out;