Clang-Tidy: Enable readability-redundant-control-flow

This commit is contained in:
2020-07-03 09:41:55 -04:00
parent ffef562bf7
commit 19ff145e66
19 changed files with 0 additions and 31 deletions

View File

@@ -237,8 +237,6 @@ void BPY_driver_reset(void)
if (use_gil) {
PyGILState_Release(gilstate);
}
return;
}
/* error return function for BPY_eval_pydriver */