]> git.ipfire.org Git - thirdparty/systemd.git/commit
dissect-image: drop currently unused code
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 6 Sep 2022 13:50:33 +0000 (22:50 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 7 Sep 2022 11:45:24 +0000 (20:45 +0900)
commit7726bd4b03b07f3aee4a4405ab1ffd8928567eda
tree008daab5c6e10e4ccb7721a8074e962efd721c75
parent64dd3a245f0964b8a15923da68b77e932a40536b
dissect-image: drop currently unused code

Currently, dissect_image() is called only through dissect_loop_device(),
and image_path is always specified. Let's drop it.
src/shared/dissect-image.c