Remove unused declaratoin from guile
authorTom Tromey <tom@tromey.com>
Wed, 27 Nov 2019 18:18:15 +0000 (11:18 -0700)
committerTom Tromey <tom@tromey.com>
Thu, 28 Nov 2019 15:00:47 +0000 (08:00 -0700)
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

gdb/ChangeLog
gdb/guile/guile-internal.h

index 49f17ecaad12ea75994f9647051ec7232dc57d07..ce8286af9801db9866fc1f88a148666e2ca2e022 100644 (file)
@@ -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
index 8ea87065f9de2250294d0251710db8d4f52ef55f..3ae6618a7bcb60cc4b5293e1af8feb6718b109f6 100644 (file)
@@ -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,
This page took 0.043938 seconds and 4 git commands to generate.