Skip to content

Commit e9aa6c3

Browse files
committed
Remove superfluous check
1 parent c785ea8 commit e9aa6c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/appimage.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,6 @@ namespace appimage::update {
169169

170170
auto ifs = _open();
171171

172-
if (!ifs)
173-
return "";
174-
175172
ZSyncHash<GCRY_MD_SHA256> digest;
176173

177174
// validate.c uses "offset" as chunk size, but that value might be quite high, and therefore uses

0 commit comments

Comments
 (0)