Skip to content

Commit 64f7a0a

Browse files
b-passhenryiii
authored andcommitted
Remove unused variable
1 parent d7946ab commit 64f7a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_embed/test_interpreter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ TEST_CASE("Per-Subinterpreter GIL") {
530530
try {
531531
py::module_::import("widget_module");
532532
caught = false;
533-
} catch (pybind11::error_already_set &pe) {
533+
} catch (pybind11::error_already_set &) {
534534
caught = true;
535535
}
536536
T_REQUIRE(!caught);

0 commit comments

Comments
 (0)