Skip to content

Commit

Permalink
No more needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed Oct 8, 2024
1 parent a1fa94a commit 86eda38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nrnpython/nrnpy_p2h.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,6 @@ static Object* py_alltoall_type(int size, int type) {
for (auto&& [i, p]: enumerate(psrc_list)) {
if (p.is_none()) {
scnt[i] = 0;
p.dec_ref();
continue;
}
auto b = pickle(p.ptr());
Expand Down

0 comments on commit 86eda38

Please sign in to comment.