arybase: silence some compiler warnings
authorDavid Mitchell <davem@iabyn.com>
Tue, 12 Nov 2013 16:02:12 +0000 (16:02 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 13 Nov 2013 10:38:40 +0000 (10:38 +0000)
commit3b32020fa54e18f2459aa83dad0f679e79fbbfd2
tree017c6b42871b50f48b62c7358a212613a95031af
parentd53d746d7653edf30c84f42071cfb3f0b1ab999e
arybase: silence some compiler warnings

some of the static functions in  ptable.h are unused. It looks
like ptable.h has been written to be more general-purpose and reusable,
but at the moment its only used in one place, so '#if 0' the unused
functions for now, to shut up the compiler..
ext/arybase/arybase.pm
ext/arybase/arybase.xs
ext/arybase/ptable.h