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