Skip to content

Commit 6a02ffa

Browse files
jbrockmendeljowens
authored andcommitted
Remove unused _day and _month attrs (pandas-dev#17431)
closes pandas-dev#17429
1 parent e94e572 commit 6a02ffa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/_libs/tslib.pyx

-2
Original file line numberDiff line numberDiff line change
@@ -829,8 +829,6 @@ class NaTType(_NaT):
829829
cdef _NaT base
830830

831831
base = _NaT.__new__(cls, 1, 1, 1)
832-
base._day = -1
833-
base._month = -1
834832
base.value = NPY_NAT
835833

836834
return base

0 commit comments

Comments
 (0)