PATCH [5.7.1] hv.c unused #define
authorMark-Jason Dominus <mjd@plover.com>
Sun, 22 Apr 2001 14:17:49 +0000 (10:17 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 23 Apr 2001 13:02:49 +0000 (13:02 +0000)
Message-ID: <20010422181749.26976.qmail@plover.com>

p4raw-id: //depot/perl@9788

hv.c

diff --git a/hv.c b/hv.c
index f25aea2..1b1e061 100644 (file)
--- a/hv.c
+++ b/hv.c
@@ -1013,7 +1013,6 @@ S_hsplit(pTHX_ HV *hv)
       return;
     }
 #else
-#define MALLOC_OVERHEAD 16
     New(2, a, PERL_HV_ARRAY_ALLOC_BYTES(newsize), char);
     if (!a) {
       PL_nomemok = FALSE;