There was an error while loading. Please reload this page.
1 parent 5dabc7c commit 43d4fc2Copy full SHA for 43d4fc2
1 file changed
Modules/posixmodule.c
@@ -836,7 +836,6 @@ void _Py_stat_basic_info_to_stat(FILE_STAT_BASIC_INFORMATION *,
836
struct _Py_stat_struct *);
837
void _Py_attribute_data_to_stat_UWP(FILE_STANDARD_INFO*, ULONG,
838
FILE_BASIC_INFO*, struct _Py_stat_struct*);
839
-void _Py_find_data_to_stat(WIN32_FIND_DATAW* find_data, struct _Py_stat_struct* result);
840
#endif
841
842
0 commit comments