nuke the memset in Hunk_HighAllocName

This commit is contained in:
Bill Currie 2001-04-12 23:39:23 +00:00
parent 6b3b94bafc
commit f37b007da2
1 changed files with 0 additions and 1 deletions

View File

@ -305,7 +305,6 @@ Hunk_HighAllocName (int size, char *name)
h = (hunk_t *) (hunk_base + hunk_size - hunk_high_used);
memset (h, 0, size);
h->size = size;
h->sentinal = HUNK_SENTINAL;
strncpy (h->name, name, 8);