Cygwin: child_info.h: remove declaration of init_child_info

The function was removed long ago, but its declaration remained.
This commit is contained in:
Ken Brown 2022-06-06 10:16:48 -04:00
parent f36dd40275
commit 1f8235f6ba
1 changed files with 0 additions and 2 deletions

View File

@ -198,8 +198,6 @@ extern child_info_spawn ch_spawn;
#define have_execed ch_spawn.has_execed ()
#define have_execed_cygwin ch_spawn.has_execed_cygwin ()
void __stdcall init_child_info (DWORD, child_info *, HANDLE);
extern "C" {
extern child_info *child_proc_info;
extern child_info_spawn *spawn_info asm (_SYMSTR (child_proc_info));