fix build warning
authorJoey Hess <joeyh@joeyh.name>
Sat, 9 Mar 2024 17:50:30 +0000 (13:50 -0400)
committerJoey Hess <joeyh@joeyh.name>
Sat, 9 Mar 2024 17:50:30 +0000 (13:50 -0400)
commitdd4c4bcd7a8f7d1032a427c171ae9b28b426e93e
tree7e0743a8267add124620c263afe0c5e6bd9f546a
parent7cef5e8f35d211f09eee0af5f8ea0bf689a1d012
fix build warning

A recent change made plumbing the backend through fsck unncessary.

Left fsck checking backend and skipping operating on key when it could
not find one, although I'm not sure if that's necessary to support eg,
keys with unknown backend.
Command/Fsck.hs
Command/Migrate.hs