Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54c1f8e

Browse files
committed
Remove dead adaptive_counter_jump_init()
1 parent 79036ff commit 54c1f8e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Include/internal/pycore_code.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -498,11 +498,6 @@ adaptive_counter_cooldown(void) {
498498
ADAPTIVE_COOLDOWN_BACKOFF);
499499
}
500500

501-
static inline uint16_t
502-
adaptive_counter_jump_init(void) {
503-
return adaptive_counter_bits(16, 4);
504-
}
505-
506501
static inline uint16_t
507502
adaptive_counter_backoff(uint16_t counter) {
508503
uint16_t backoff = counter & ((1 << ADAPTIVE_BACKOFF_BITS) - 1);

0 commit comments

Comments
 (0)