Skip to content

Commit

Permalink
Review updates for multi-file tool support 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
gh-devnull committed May 8, 2023
1 parent 99537fa commit 1b37de0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/MergeTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ bool MergeTool::isValid() const {
if (!ExternalTool::isValid())
return false;

int numBlobs = mMerges.size();
for (const FileMerge &fileMerge : mMerges) {
if (!fileMerge.local.isValid() || !fileMerge.remote.isValid()) {
return false;
Expand Down

0 comments on commit 1b37de0

Please sign in to comment.