Skip to content

Commit

Permalink
remove INVALID
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Oct 4, 2024
1 parent fa191ef commit 09626d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cpp/include/cudf/datetime.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ namespace datetime {
* @brief Types of datetime components that may be extracted.
*/
enum class datetime_component : uint8_t {
INVALID = 0,
YEAR,
MONTH,
DAY,
Expand Down
1 change: 0 additions & 1 deletion python/pylibcudf/pylibcudf/libcudf/datetime.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ from pylibcudf.libcudf.scalar.scalar cimport scalar

cdef extern from "cudf/datetime.hpp" namespace "cudf::datetime" nogil:
cpdef enum class datetime_component(uint8_t):
INVALID
YEAR
MONTH
DAY
Expand Down

0 comments on commit 09626d2

Please sign in to comment.