mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-11 13:02:10 +08:00
Remove unused declaratoin from guile
guile-internal.h declares a function that is never defined. This removes the declaration. gdb/ChangeLog 2019-11-28 Tom Tromey <tom@tromey.com> * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't declare. Change-Id: I2dca228534bc1325d2d4bb319c31328121edecc4
This commit is contained in:
parent
38b49e22b5
commit
2522f049df
@ -1,3 +1,8 @@
|
||||
2019-11-28 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
|
||||
declare.
|
||||
|
||||
2019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
|
||||
|
||||
* jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
|
||||
|
@ -580,8 +580,6 @@ extern int vlscm_is_value (SCM scm);
|
||||
|
||||
extern SCM vlscm_scm_from_value (struct value *value);
|
||||
|
||||
extern SCM vlscm_scm_from_value_unsafe (struct value *value);
|
||||
|
||||
extern struct value *vlscm_convert_typed_value_from_scheme
|
||||
(const char *func_name, int obj_arg_pos, SCM obj,
|
||||
int type_arg_pos, SCM type_scm, struct type *type, SCM *except_scmp,
|
||||
|
Loading…
Reference in New Issue
Block a user