Skip to content

Commit

Permalink
mingw: drop bogus (and unneeded) declaration of _pgmptr (#5017)
Browse files Browse the repository at this point in the history
Companion to gitgitgadget#1752.

This (hopefully) addresses
#5016.
  • Loading branch information
dscho authored and Git for Windows Build Agent committed Jun 21, 2024
2 parents d23bb7a + 26d6126 commit 9e8deb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compat/mingw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 9e8deb6

Please sign in to comment.