Skip to content

Commit 9e8deb6

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
mingw: drop bogus (and unneeded) declaration of _pgmptr (#5017)
Companion to gitgitgadget#1752. This (hopefully) addresses #5016.
2 parents d23bb7a + 26d6126 commit 9e8deb6

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)