remove old and uncessary sanity check
authorJoey Hess <joeyh@joeyh.name>
Wed, 6 Oct 2021 00:25:51 +0000 (20:25 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 6 Oct 2021 00:25:51 +0000 (20:25 -0400)
commitf2846d803c710befdd2405d5fd15a23a0d4e2c3a
tree729974a371bf8fbd4ff439bb57764c8d01e1a6c2
parent19e78816f0ed2cf178e49c48abcb9d131315cb41
remove old and uncessary sanity check

All backends use genKeyName, which uses preSanitizeKeyName, which will
escape newlines.

I suspect this newline prevention was added back when git-annex was
reading the output of sha1sum..

Sponsored-by: Kevin Mueller on Patreon
Backend.hs