B.xs: silence clang warning
authorDavid Mitchell <davem@iabyn.com>
Thu, 13 Dec 2012 13:24:58 +0000 (13:24 +0000)
committerDavid Mitchell <davem@iabyn.com>
Thu, 13 Dec 2012 14:19:35 +0000 (14:19 +0000)
commit71446f2da4f4887cb6b60b4ddee4754faee70d3d
tree0fefd07964978754a7407d400d2e9e43b6e6844a
parenta1031b54ebc2b462f22b6a16de6b6f52913da89a
B.xs: silence clang warning

PADOFFSET is unsigned, so checking that it's >= 0 is pointless.
ext/B/B.xs