From 2d49aee4c5a11b217a3abd57273251185c9ee12a Mon Sep 17 00:00:00 2001 From: Dean Moldovan Date: Fri, 8 Sep 2017 13:44:55 +0200 Subject: [PATCH] Remove unused value assignment --- include/pybind11/cast.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/pybind11/cast.h b/include/pybind11/cast.h index 0e4fbde1..3e0f9208 100644 --- a/include/pybind11/cast.h +++ b/include/pybind11/cast.h @@ -443,7 +443,6 @@ PYBIND11_NOINLINE inline std::string error_string() { handle(frame->f_code->co_name).cast() + "\n"; frame = frame->f_back; } - trace = trace->tb_next; } #endif