Remove an unnecessary defination of New_Chunk, which has been

defined in libdisk.h.
This commit is contained in:
delphij 2005-01-05 14:07:31 +00:00
parent 88c28955aa
commit e714550b34

View File

@ -32,8 +32,6 @@ __FBSDID("$FreeBSD$");
#include <pwd.h>
#include "libdisk.h"
struct chunk *New_Chunk(void);
static int
Fixup_FreeBSD_Names(struct chunk *c)
{