Skip to content

Commit 424a13d

Browse files
committed
Merge branch 'js/mingw-remove-unused-extern-decl'
An unused extern declaration for mingw has been removed to prevent it from causing build failure. * js/mingw-remove-unused-extern-decl: mingw: drop bogus (and unneeded) declaration of `_pgmptr`
2 parents 6c0bfce + 3c295c8 commit 424a13d

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
@@ -26,7 +26,6 @@ static const int delay[] = { 0, 1, 10, 20, 40 };
2626
void open_in_gdb(void)
2727
{
2828
static struct child_process cp = CHILD_PROCESS_INIT;
29-
extern char *_pgmptr;
3029

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

0 commit comments

Comments
 (0)