diff options
Diffstat (limited to 'lib/libdisk/create_chunk.c')
-rw-r--r-- | lib/libdisk/create_chunk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 8c5ed64..95b10ae 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -255,8 +255,6 @@ MakeDev(struct chunk *c1, const char *path) bmaj = 0, cmaj = 3, p += 2; else if (!strncmp(p, "ad", 2)) /* XXX change if "ad' moves */ bmaj = 0, cmaj = 3, p += 2; - else if (!strncmp(p, "sd", 2)) - bmaj = 4, cmaj = 13, p += 2; else if (!strncmp(p, "wfd", 3)) bmaj = 1, cmaj = 87, p += 3; else if (!strncmp(p, "fla", 3)) |