Skip to content

Commit a4d87e1

Browse files
mzeitlin11AlexeyGy
authored andcommitted
CLN: remove sparse op helper unused (pandas-dev#43525)
1 parent 0b520a1 commit a4d87e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/_libs/sparse_op_helper.pxi.in

-5
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,4 @@ cpdef sparse_{{opname}}_{{dtype}}({{dtype}}_t[:] x,
301301
else:
302302
raise NotImplementedError
303303

304-
305-
cpdef sparse_fill_{{opname}}_{{dtype}}({{dtype}}_t xfill,
306-
{{dtype}}_t yfill):
307-
return {{(opname, 'xfill', 'yfill', dtype) | get_op}}
308-
309304
{{endfor}}

0 commit comments

Comments
 (0)