The corresponding definitions have already been removed.
gdb/ChangeLog:
* interps.h (interp_resume, interp_suspend, interp_set_temp):
Remove declarations.
+2017-10-21 Simon Marchi <simon.marchi@polymtl.ca>
+
+ * interps.h (interp_resume, interp_suspend, interp_set_temp):
+ Remove declarations.
+
2017-10-20 Tom Tromey <tom@tromey.com>
* gdb_bfd.c (struct gdb_bfd_data) <included_bfds>: Now a
extern void interp_factory_register (const char *name,
interp_factory_func func);
-extern int interp_resume (struct interp *interp);
-extern int interp_suspend (struct interp *interp);
extern struct gdb_exception interp_exec (struct interp *interp,
const char *command);
extern struct ui_out *interp_ui_out (struct interp *interp);
extern const char *interp_name (struct interp *interp);
-extern struct interp *interp_set_temp (const char *name);
/* Temporarily set the current interpreter, and reset it on
destruction. */