mingw: drop bogus (and unneeded) declaration of _pgmptr (#5017)

Companion to https://github.com/gitgitgadget/git/pull/1752.

This (hopefully) addresses
https://github.com/git-for-windows/git/issues/5016.
This commit is contained in:
Johannes Schindelin
2024-06-21 13:11:54 +02:00
committed by GitHub

View File

@@ -32,7 +32,6 @@
void open_in_gdb(void)
{
static struct child_process cp = CHILD_PROCESS_INIT;
extern char *_pgmptr;
strvec_pushl(&cp.args, "mintty", "gdb", NULL);
strvec_pushf(&cp.args, "--pid=%d", getpid());