1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 18:20:22 +02:00

Remove generalized vector support for vector-move-right!, vector-move-left!

This support was buggy and not advertised, so it has been removed.
This commit is contained in:
Daniel Llorens 2020-02-05 16:35:05 +01:00
parent dbf08c3a96
commit 88d690e15e
3 changed files with 51 additions and 107 deletions

View file

@ -689,7 +689,6 @@ SCM_DEFINE (scm_bit_count_star, "bit-count*", 3, 0, 0,
count++;
}
}
/* FIXME This requires a true u32vector so handle, inc, etc. are superfluous */
else if (scm_is_true (scm_u32vector_p (kv)))
{
size_t kv_len;