aboutsummaryrefslogtreecommitdiff
path: root/gdb/interps.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2017-10-21 10:15:48 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2017-10-21 10:15:48 -0400
commitb392b304b92ddd81ecfb4902c3fc3501ff90e999 (patch)
tree09c8124880b474932bf7947aa2c652cbf2805cc2 /gdb/interps.h
parent881b33774d75e632ed9099210c41f16c33dc7db8 (diff)
downloadfsf-binutils-gdb-b392b304b92ddd81ecfb4902c3fc3501ff90e999.zip
fsf-binutils-gdb-b392b304b92ddd81ecfb4902c3fc3501ff90e999.tar.gz
fsf-binutils-gdb-b392b304b92ddd81ecfb4902c3fc3501ff90e999.tar.bz2
Remove leftover declarations in interps.h
The corresponding definitions have already been removed. gdb/ChangeLog: * interps.h (interp_resume, interp_suspend, interp_set_temp): Remove declarations.
Diffstat (limited to 'gdb/interps.h')
-rw-r--r--gdb/interps.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/interps.h b/gdb/interps.h
index 09d1314..2a0ee0b 100644
--- a/gdb/interps.h
+++ b/gdb/interps.h
@@ -35,8 +35,6 @@ typedef struct interp *(*interp_factory_func) (const char *name);
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);
@@ -102,7 +100,6 @@ extern void set_top_level_interpreter (const char *name);
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. */