From b4001432e8732578354da2c7815b9eab51b69ef5 Mon Sep 17 00:00:00 2001 From: brandon-b-miller Date: Thu, 17 Nov 2022 07:00:58 -0800 Subject: [PATCH] cleanup --- python/cudf/cudf/core/udf/__init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python/cudf/cudf/core/udf/__init__.py b/python/cudf/cudf/core/udf/__init__.py index 3d2f7a8cff3..8092207e037 100644 --- a/python/cudf/cudf/core/udf/__init__.py +++ b/python/cudf/cudf/core/udf/__init__.py @@ -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