mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-30 06:58:55 -05:00
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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user