diff --git a/compat/mingw.c b/compat/mingw.c index 93ef8c513452fa..873ea486872052 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -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());