Skip to content

Commit

Permalink
Remove unused init
Browse files Browse the repository at this point in the history
dupe
  • Loading branch information
sanchda authored Oct 19, 2023
1 parent d50565d commit 5db751c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion echion/interp.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
static void for_each_interp(std::function<void(PyInterpreterState *interp)> callback)
{
PyInterpreterState interp;
PyInterpreterState *interp_addr = runtime->interpreters.head;
for (PyInterpreterState *interp_addr = runtime->interpreters.head;
!copy_type(interp_addr, interp);
interp_addr = interp.next)
Expand Down

0 comments on commit 5db751c

Please sign in to comment.