]> git.ipfire.org Git - thirdparty/systemd.git/commit
dissect-image: drop redundant check
authorLennart Poettering <lennart@poettering.net>
Thu, 9 Sep 2021 09:29:19 +0000 (11:29 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 10 Sep 2021 12:15:46 +0000 (14:15 +0200)
commitab5b2787fbd9100cac1b50a8e52707ba824d9756
treee96c58b74d3a6fed7c40a60ec96bc22ccb9adeb6
parent00a8b34fa7220ecf7f5069f550bee53f9fc5ee47
dissect-image: drop redundant check

We already check whether we discovered a /usr verity partition without a
/usr partition when initially mangling the partitions, a bunch of lines
further up, no need to repeat this here.
src/shared/dissect-image.c