Skip to content

Commit fc10a81

Browse files
Update
1 parent 1af9875 commit fc10a81

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bindings/src/Init.cc

-6
Original file line numberDiff line numberDiff line change
@@ -352,12 +352,6 @@ PYBIND11_PLUGIN(pydash) {
352352
m.def("return_global_object_move", &return_global_object,
353353
"Create and return logged_val object move", py::return_value_policy::move);
354354

355-
356-
357-
m.def("return_global_object_shared", &return_global_object_shared,
358-
"Create and return logged_val object shared");
359-
360-
361355

362356
// ---------------------------------------------------------------------
363357
// dash::GlobRef<T>

0 commit comments

Comments
 (0)