Removed no longer used variable last_hash
last_hash
n_var
0 < n_var
argc > argi + n_trail
argi
argi + n_trail >= n_trail
argc > n_trail
f_last
Removed no longer used variable
last_hash
n_var
with its initializer,0 < n_var
isequivalent to
argc > argi + n_trail
.argi
is non-negative, soargi + n_trail >= n_trail
, andthe above expression is equivalent to
argc > n_trail
.f_last
is always false, andlast_hash
is nolonger used.