source/clast.c: insert_loop: drop redundant argument
commit23e37c10c280617153e9652d27f5c34d426bfb1a
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 22 Sep 2009 12:27:57 +0000 (22 14:27 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 24 Sep 2009 21:17:29 +0000 (24 23:17 +0200)
treec22794f18edefaae4e15c80b0d4b0757769a01ea
parent4e7c248cdea196e649c4e5cc314cff2a2f9e54af
source/clast.c: insert_loop: drop redundant argument

The "scalar" argument was only used to support the csp option,
but support for this option was removed in 1559b3a (remove csp
option (defaulting to true)).

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
source/clast.c