mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
Remove unused value assignment
This commit is contained in:
parent
b0a0e4a23c
commit
2d49aee4c5
@ -443,7 +443,6 @@ PYBIND11_NOINLINE inline std::string error_string() {
|
|||||||
handle(frame->f_code->co_name).cast<std::string>() + "\n";
|
handle(frame->f_code->co_name).cast<std::string>() + "\n";
|
||||||
frame = frame->f_back;
|
frame = frame->f_back;
|
||||||
}
|
}
|
||||||
trace = trace->tb_next;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user