Skip to content

Commit 2325b08

Browse files
remove dead code (#2539)
1 parent 86188a0 commit 2325b08

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/daal4py.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -142,16 +142,6 @@ class algo_manager__iface__
142142
algo_manager__iface__ operator=(const algo_manager__iface__ &) = delete;
143143
};
144144

145-
#if 0
146-
static inline NTYPE as_native_shared_ptr(services::SharedPtr< const algo_manager__iface__ > algo)
147-
{
148-
int gc = 0;
149-
MK_DAALPTR(ret, new services::SharedPtr< const algo_manager__iface__ >(algo), services::SharedPtr< algo_manager__iface__ >, gc);
150-
TMGC(gc);
151-
return ret;
152-
}
153-
#endif
154-
155145
// Our Batch input/Output manager, abstracts from input/output types
156146
// also defines how to get results and finalize
157147
template <typename A, typename O>

0 commit comments

Comments
 (0)