Commit 0df96b1
authored
Address unused variable warning on GIL-enabled builds (#202)
This integer variable is only used when the GIL is disabled in the build
i.e. for free-threaded builds. Otherwise it will cause the compiler to emit an
unused variable warning.1 parent bd69b85 commit 0df96b1
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
81 | | - | |
| 80 | + | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
0 commit comments