Remove unused value assignment

This commit is contained in:
Dean Moldovan 2017-09-08 13:44:55 +02:00
parent b0a0e4a23c
commit 2d49aee4c5
1 changed files with 0 additions and 1 deletions

View File

@ -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