Remove unnecessary conditions in array constructors
authorDaniel Llorens <daniel.llorens@bluewin.ch>
Tue, 9 Apr 2013 23:07:02 +0000 (01:07 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 6 Feb 2014 20:37:34 +0000 (21:37 +0100)
commit2bee653acbc4d0978fc5de3d8027865e19fc6ce9
treecf8c81574948070cbeee1bf7db23769f2c8c8d39
parentac350da42c4cc912b9539e50fabc33dfc9fc7d35
Remove unnecessary conditions in array constructors

* libguile/arrays.c: (scm_make_type_array, scm_from_contigous_typed_array,
  scm_from_contigous_array): Remove conditions known to be true.
libguile/arrays.c