Skip to content

Commit 0f45833

Browse files
committed
remove unnecessary specialization
1 parent 99c7e27 commit 0f45833

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/_libs/groupby_helper.pxi.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -668,11 +668,6 @@ def group_max(ndarray[groupby_t, ndim=2] out,
668668
out[i, j] = maxx[i, j]
669669

670670

671-
group_max_float64 = group_max["float64_t"]
672-
group_max_float32 = group_max["float32_t"]
673-
group_max_int64 = group_max["int64_t"]
674-
675-
676671
@cython.wraparound(False)
677672
@cython.boundscheck(False)
678673
def group_min(ndarray[groupby_t, ndim=2] out,

0 commit comments

Comments
 (0)