Skip to content

Commit 2408a8a

Browse files
author
Sriya Pratipati
committed
removed unused variable
1 parent c7d6c4c commit 2408a8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/src/__support/HashTable/randomness.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ LIBC_INLINE uint64_t next_random_seed() {
3535
entropy[0] = reinterpret_cast<uint64_t>(&entropy);
3636
entropy[1] = reinterpret_cast<uint64_t>(&state);
3737
#if defined(LIBC_HASHTABLE_USE_GETRANDOM)
38-
int errno_backup = libc_errno;
3938
size_t count = sizeof(entropy);
4039
uint8_t *buffer = reinterpret_cast<uint8_t *>(entropy);
4140
while (count > 0) {

0 commit comments

Comments
 (0)