mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
(scm_array_contents): removed unnecessary test for 0 base.
This commit is contained in:
parent
cf7132b32a
commit
467b7f18a2
1 changed files with 0 additions and 2 deletions
|
@ -1388,8 +1388,6 @@ scm_array_contents (ra, strict)
|
|||
len *= SCM_ARRAY_DIMS (ra)[k].ubnd - SCM_ARRAY_DIMS (ra)[k].lbnd + 1;
|
||||
if (!SCM_UNBNDP (strict))
|
||||
{
|
||||
if (SCM_ARRAY_BASE (ra))
|
||||
return SCM_BOOL_F;
|
||||
if (ndim && (1 != SCM_ARRAY_DIMS (ra)[ndim - 1].inc))
|
||||
return SCM_BOOL_F;
|
||||
if (scm_tc7_bvect == SCM_TYP7 (SCM_ARRAY_V (ra)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue