Skip to content

Commit 80ed467

Browse files
authored
mingw: drop bogus (and unneeded) declaration of _pgmptr (git-for-windows#5017)
Companion to gitgitgadget#1752. This (hopefully) addresses git-for-windows#5016.
2 parents 91d03cb + 26d6126 commit 80ed467

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compat/mingw.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
void open_in_gdb(void)
3333
{
3434
static struct child_process cp = CHILD_PROCESS_INIT;
35-
extern char *_pgmptr;
3635

3736
strvec_pushl(&cp.args, "mintty", "gdb", NULL);
3837
strvec_pushf(&cp.args, "--pid=%d", getpid());

0 commit comments

Comments
 (0)