From 35c355e2f2817a04cf13bc31e7bafec746390fe2 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 22 Oct 2002 15:07:50 +0000 Subject: Remove the last traces of bogus MAKEDEV functionality. --- lib/libdisk/libdisk.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/libdisk/libdisk.h') diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index 8790e7d..bf0d263 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -238,13 +238,6 @@ Create_Chunk_DWIM(struct disk *d, const struct chunk *parent , u_long size, * enough is used. */ -int -MakeDev(struct chunk *c, const char *path); - -int -MakeDevDisk(struct disk *d, const char *path); -/* Make device nodes for all chunks on this disk */ - char * ShowChunkFlags(struct chunk *c); /* Return string to show flags. */ -- cgit v1.1