Cleanup: use C++ style comments for disabled code

This commit is contained in:
2021-08-12 14:34:41 +10:00
parent 4f61843a7e
commit 1ef275963d
40 changed files with 134 additions and 108 deletions

View File

@@ -334,7 +334,7 @@ static int validate_array_length(PyObject *rvalue,
}
if (tot != len) {
/* BLI_snprintf(error_str, error_str_size, "sequence must have length of %d", len); */
// BLI_snprintf(error_str, error_str_size, "sequence must have length of %d", len);
PyErr_Format(PyExc_ValueError,
"%s %.200s.%.200s, sequence must have %d items total, not %d",
error_prefix,