diff --git a/src/packfile/pf_items.c b/src/packfile/pf_items.c index aaf78e65dd..8959d6c103 100644 --- a/src/packfile/pf_items.c +++ b/src/packfile/pf_items.c @@ -536,7 +536,6 @@ First variant ok, 2nd not ok. */ -#if (NUMVAL_SIZE == 8) static void cvt_num16_num8(ARGOUT(unsigned char *dest), ARGIN(const unsigned char *src)) { @@ -648,8 +647,6 @@ cvt_num4_num8(ARGOUT(unsigned char *dest), ARGIN(const unsigned char *src)) memcpy(dest, &d, 8); } -#endif - /* =item Cfetch_nv) { memcpy(&f, (const char *)*stream, sizeof (FLOATVAL)); (*stream) += (sizeof (FLOATVAL) + sizeof (opcode_t) - 1)/