Skip to content

Commit

Permalink
Remove superfluous variables
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Jan 24, 2022
1 parent 8b9842c commit 20a6450
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/updater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,6 @@ namespace appimage::update {
auto oldDigest = oldAppImage.calculateHash();
auto newDigest = newAppImage.calculateHash();

auto oldDigestOrig = readElfSection(pathToOldAppImage, ".sha256_sig");
auto newDigestOrig = readElfSection(pathToNewAppImage, ".sha256_sig");

std::string tempDir;
{
auto buffer = makeBuffer("/tmp/AppImageUpdate-XXXXXX");
Expand Down

0 comments on commit 20a6450

Please sign in to comment.