There was an error while loading. Please reload this page.
1 parent e6c56b1 commit bcad9f6Copy full SHA for bcad9f6
1 file changed
include/pytaskr/pytaskr.cpp
@@ -52,10 +52,6 @@ PYBIND11_MODULE(taskr, m)
52
if (it == reg.end()) HICR_THROW_RUNTIME("Function not found: %s\n", name);
53
54
return std::make_unique<Function>(it->fc);
55
- // [fc = it->fc](Task* task) {
56
-
57
- // fc(task);
58
- // });
59
});
60
61
py::enum_<backend_t>(m, "HiCRBackend").value("nosv", backend_t::nosv).value("threading", backend_t::threading).export_values();
0 commit comments