Skip to content

Commit

Permalink
Remove cudf._lib.scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Jan 9, 2025
1 parent 5e294e8 commit 0cca875
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 286 deletions.
4 changes: 2 additions & 2 deletions python/cudf/cudf/_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# =============================================================================
# Copyright (c) 2022-2024, NVIDIA CORPORATION.
# Copyright (c) 2022-2025, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
Expand All @@ -12,7 +12,7 @@
# the License.
# =============================================================================

set(cython_sources column.pyx scalar.pyx strings_udf.pyx types.pyx)
set(cython_sources column.pyx strings_udf.pyx types.pyx)
set(linked_libraries cudf::cudf)

rapids_cython_create_modules(
Expand Down
22 changes: 0 additions & 22 deletions python/cudf/cudf/_lib/scalar.pxd

This file was deleted.

262 changes: 0 additions & 262 deletions python/cudf/cudf/_lib/scalar.pyx

This file was deleted.

0 comments on commit 0cca875

Please sign in to comment.