Skip to content

Commit 7381637

Browse files
committed
Remove leftover comments
1 parent a62eb16 commit 7381637

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/generic/wks.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ static really_inline int32_t scan_protocol(
7171
};
7272

7373
uint64_t key;
74-
uint64_t mask;// = 0xffffffffffffffffu;
75-
//if (length < 8)
76-
// mask = (1llu << (length * 8)) - 1;
74+
uint64_t mask;
7775
const int8_t *zero_mask = &zero_masks[32 - (length & 0x1f)];
7876
memcpy(&mask, zero_mask, 8);
7977

0 commit comments

Comments
 (0)