Skip to content

Commit 43d4fc2

Browse files
committed
Full remove of _Py_find_data_to_stat
1 parent 5dabc7c commit 43d4fc2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/posixmodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,6 @@ void _Py_stat_basic_info_to_stat(FILE_STAT_BASIC_INFORMATION *,
836836
struct _Py_stat_struct *);
837837
void _Py_attribute_data_to_stat_UWP(FILE_STANDARD_INFO*, ULONG,
838838
FILE_BASIC_INFO*, struct _Py_stat_struct*);
839-
void _Py_find_data_to_stat(WIN32_FIND_DATAW* find_data, struct _Py_stat_struct* result);
840839
#endif
841840

842841

0 commit comments

Comments
 (0)