mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +02:00
Remove unused C scm_program_source.
* libguile/programs.c (scm_program_source): Remove; not called. (The definition is in Scheme.)
This commit is contained in:
parent
a1eb8d1168
commit
fd5621f868
2 changed files with 0 additions and 20 deletions
|
@ -67,7 +67,6 @@ SCM_INTERNAL SCM scm_i_program_properties (SCM program);
|
|||
|
||||
SCM_INTERNAL SCM scm_find_source_for_addr (SCM ip);
|
||||
|
||||
SCM_API SCM scm_program_source (SCM program, SCM ip, SCM sources);
|
||||
SCM_API SCM scm_program_num_free_variables (SCM program);
|
||||
SCM_API SCM scm_program_free_variable_ref (SCM program, SCM i);
|
||||
SCM_API SCM scm_program_free_variable_set_x (SCM program, SCM i, SCM x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue