Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Nov 17, 2022
1 parent 5941048 commit b400143
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/cudf/cudf/core/udf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
cudf_str_dtype = dtype(str)


@lru_cache(maxsize=None)
def set_initial_malloc_heap_size():
strings_udf.set_malloc_heap_size()


try:
import strings_udf
from strings_udf import ptxpath
Expand Down

0 comments on commit b400143

Please sign in to comment.