summaryrefslogtreecommitdiff
path: root/src/partvi
diff options
context:
space:
mode:
Diffstat (limited to 'src/partvi')
-rwxr-xr-xsrc/partvi4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/partvi b/src/partvi
index d3f691d..ad8d852 100755
--- a/src/partvi
+++ b/src/partvi
@@ -174,10 +174,6 @@ iterate_partitions()
174 *) die "invalid type: $type" ;; 174 *) die "invalid type: $type" ;;
175 esac 175 esac
176 176
177 case "$type" in
178 dm-verity-data|dm-verity-hashes)
179 esac
180
181 imgfile=$builddir/$img 177 imgfile=$builddir/$img
182 "$@" || return 178 "$@" || return
183 done 179 done