@@ -238,7 +238,6 @@ def initialize_options(self):
238
238
ujson_lib = pjoin (base , 'ujson' , 'lib' )
239
239
self ._clean_exclude = [pjoin (dt , 'np_datetime.c' ),
240
240
pjoin (dt , 'np_datetime_strings.c' ),
241
- pjoin (dt , 'datehelpers.c' ),
242
241
pjoin (parser , 'tokenizer.c' ),
243
242
pjoin (parser , 'io.c' ),
244
243
pjoin (ujson_python , 'ujson.c' ),
@@ -748,20 +747,6 @@ def srcpath(name=None, suffix='.pyx', subdir='src'):
748
747
extensions .append (_move_ext )
749
748
750
749
# ----------------------------------------------------------------------
751
- # datehelpers
752
- datehelpers_sources = [
753
- 'pandas/_libs/tslibs/src/datetime/datehelpers.c' ,
754
- 'pandas/_libs/src/parser/tokenizer.c'
755
- ]
756
- datehelpers_ext = Extension ('pandas._libs.datehelpers' ,
757
- depends = [
758
- 'pandas/_libs/src/parser/tokenizer.h'
759
- ],
760
- sources = datehelpers_sources ,
761
- include_dirs = ['pandas/_libs/src/klib/' ],
762
- extra_compile_args = extra_compile_args ,
763
- define_macros = macros )
764
- extensions .append (datehelpers_ext )
765
750
766
751
767
752
# The build cache system does string matching below this point.
0 commit comments