Remove superfluous check that unsigned int is nonnegative.
commit5628b16d91542d86d7edcc15ceab38185e14520d
authorAndrew Poelstra (local) <apoelstra@wpsoftware.net>
Mon, 26 Mar 2012 17:29:26 +0000 (26 10:29 -0700)
committerAndrew Poelstra (local) <apoelstra@wpsoftware.net>
Mon, 26 Mar 2012 17:29:26 +0000 (26 10:29 -0700)
tree39b10c24b6783a85d0b1fa9855e32a0f64fa9ede
parentefbbf939367f348498edbcebb7005e663c47f523
Remove superfluous check that unsigned int is nonnegative.

It seems to me that we'll sooner fix layer management altogether, than
change an index from an unsigned to signed variable. And in the meantime,
this check is unnecessary and potentially confusing.
src/djopt.c