Skip to content

Commit 20a6450

Browse files
committed
Remove superfluous variables
1 parent 8b9842c commit 20a6450

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/updater.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,6 @@ namespace appimage::update {
409409
auto oldDigest = oldAppImage.calculateHash();
410410
auto newDigest = newAppImage.calculateHash();
411411

412-
auto oldDigestOrig = readElfSection(pathToOldAppImage, ".sha256_sig");
413-
auto newDigestOrig = readElfSection(pathToNewAppImage, ".sha256_sig");
414-
415412
std::string tempDir;
416413
{
417414
auto buffer = makeBuffer("/tmp/AppImageUpdate-XXXXXX");

0 commit comments

Comments
 (0)