Skip to content

Commit b610dca

Browse files
committed
.
1 parent a89e806 commit b610dca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python_bindings/src/halide/halide_/PyGenerator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ void define_generator(py::module &m) {
170170
// handle both by throwing a C++ exception, which PyBind11 turns into a Python exception.
171171
throw std::runtime_error("Generator failed: " + std::to_string(result));
172172
} }, py::arg("argv"));
173-
//, py::arg("argv"));
174173

175174
m.def("_unique_name", []() -> std::string {
176175
return ::Halide::Internal::unique_name('p');

0 commit comments

Comments
 (0)