Skip to content

Commit b1f63a2

Browse files
committed
Remove usused include
1 parent 84f3619 commit b1f63a2

File tree

1 file changed

+0
-3
lines changed
  • dpnp/backend/extensions/ufunc/elementwise_functions

1 file changed

+0
-3
lines changed

dpnp/backend/extensions/ufunc/elementwise_functions/frexp.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737

3838
#include "frexp.hpp"
3939
#include "kernels/elementwise_functions/frexp.hpp"
40-
#include "populate.hpp"
4140

4241
// include a local copy of elementwise common header from dpctl tensor:
4342
// dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions.hpp
@@ -226,8 +225,6 @@ void populate_frexp_dispatch_vectors(void)
226225
init_dispatch_vector<std::pair<int, int>, FrexpTypeMapFactory>(
227226
frexp_output_typeid_vector);
228227
};
229-
230-
// MACRO_POPULATE_DISPATCH_TABLES(ldexp);
231228
} // namespace impl
232229

233230
void init_frexp(py::module_ m)

0 commit comments

Comments
 (0)