diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-11-15 19:22:01 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-11-16 09:23:45 +0100 |
commit | c4daa519107798d06ae96d2f69dc211fc57cc8a3 (patch) | |
tree | 0548a120e21a0a305b3706568370fd85e8a125f0 /libguile/bytevectors.h | |
parent | 64e3a89c359c9cdace782e63bb4cd6df59ff7c66 (diff) | |
download | guile-c4daa519107798d06ae96d2f69dc211fc57cc8a3.tar.gz |
Remove unused internal bytevector functions.
* libguile/bytevectors.c (scm_i_make_typed_bytevector,
scm_c_take_typed_bytevector): Remove.
* libguile/bytevectors.h: Adjust accordingly.
Diffstat (limited to 'libguile/bytevectors.h')
-rw-r--r-- | libguile/bytevectors.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libguile/bytevectors.h b/libguile/bytevectors.h index 506312638..525b02078 100644 --- a/libguile/bytevectors.h +++ b/libguile/bytevectors.h @@ -129,10 +129,6 @@ SCM_API SCM scm_utf32_to_string (SCM, SCM); /* Hint that is passed to `scm_gc_malloc ()' and friends. */ #define SCM_GC_BYTEVECTOR "bytevector" -SCM_INTERNAL SCM scm_i_make_typed_bytevector (size_t, scm_t_array_element_type); -SCM_INTERNAL SCM scm_c_take_typed_bytevector (signed char *, size_t, - scm_t_array_element_type); - SCM_INTERNAL void scm_bootstrap_bytevectors (void); SCM_INTERNAL void scm_init_bytevectors (void); |