summaryrefslogtreecommitdiff
path: root/super-gpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'super-gpt.c')
-rw-r--r--super-gpt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/super-gpt.c b/super-gpt.c
index 116e5686..e70a6fac 100644
--- a/super-gpt.c
+++ b/super-gpt.c
@@ -76,9 +76,6 @@ static int load_gpt(struct supertype *st, int fd, char *devname)
free_gpt(st);
- if (st->subarray[0])
- return 1;
-
if (posix_memalign((void**)&super, 512, 32*512) != 0) {
fprintf(stderr, Name ": %s could not allocate superblock\n",
__func__);