Skip to content

Commit f55ce78

Browse files
committed
nit
1 parent 6a32b9a commit f55ce78

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Include/internal/pycore_backoff.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,13 @@ initial_jump_backoff_counter(_PyPolicy *policy)
142142
#define SIDE_EXIT_INITIAL_VALUE 4000
143143
#define SIDE_EXIT_INITIAL_BACKOFF 6
144144

145-
#ifdef _TIER2
146145
static inline _Py_BackoffCounter
147146
initial_temperature_backoff_counter(_PyPolicy *policy)
148147
{
149148
return make_backoff_counter(
150149
policy->jit.side_exit_initial_value,
151150
policy->jit.side_exit_initial_backoff);
152151
}
153-
#endif
154152

155153
/* Unreachable backoff counter. */
156154
static inline _Py_BackoffCounter

0 commit comments

Comments
 (0)