]> granicus.if.org Git - python/commit
Checking if an unsigned long is < 0 is pointless.
authorBrett Cannon <brett@python.org>
Tue, 7 Jun 2011 03:22:56 +0000 (20:22 -0700)
committerBrett Cannon <brett@python.org>
Tue, 7 Jun 2011 03:22:56 +0000 (20:22 -0700)
commit5fac8af22ce0fc18c19d02e4f08eaba144b77d07
treec3a815996bc4dcade34cc3d57cf9cc49ebce5680
parenta0b1ff58447d27a4ab8f830f9ef69c75c70738e8
Checking if an unsigned long is < 0 is pointless.

Found by LLVM/clang 2.9.
Modules/mmapmodule.c