1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 08:40:19 +02:00

Do no longer handle scm_tc7_bvect bitvectors.

This commit is contained in:
Marius Vollmer 2004-11-09 16:14:22 +00:00
parent 6cf0f51de8
commit 241b64d63f
6 changed files with 0 additions and 33 deletions

View file

@ -248,10 +248,6 @@ scm_gc_mark_dependencies (SCM p)
goto gc_mark_loop;
}
#endif
#if SCM_HAVE_ARRAYS
case scm_tc7_bvect:
break;
#endif
case scm_tc7_string:
ptr = scm_i_string_mark (ptr);