summaryrefslogtreecommitdiff
path: root/libguile/programs.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-11-19 19:19:55 +0100
committerAndy Wingo <wingo@pobox.com>2013-11-19 19:36:38 +0100
commitfd5621f8680e6a9a919324ed47a63cbdaa8a15ab (patch)
tree56323d2a8981a2f3d473cee456c02bda27698c3b /libguile/programs.h
parenta1eb8d1168c35889d50893e636eee7cfec581cba (diff)
downloadguile-fd5621f8680e6a9a919324ed47a63cbdaa8a15ab.tar.gz
Remove unused C scm_program_source.
* libguile/programs.c (scm_program_source): Remove; not called. (The definition is in Scheme.)
Diffstat (limited to 'libguile/programs.h')
-rw-r--r--libguile/programs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/programs.h b/libguile/programs.h
index eed02ba1a..096c2c02a 100644
--- a/libguile/programs.h
+++ b/libguile/programs.h
@@ -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);