Skip to content

Commit

Permalink
Remove stray semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyscientist committed Dec 12, 2023
1 parent 014913e commit 7c4a177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/dslash_policy.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,6 @@ namespace quda
// Query if comms has finished
if (!pattern.commsCompleted[2 * i + dir]) {
if (commsComplete(in, dslash, i, dir, true, true, false)) {
;
pattern.commsCompleted[2 * i + dir] = 1;
pattern.completeSum++;
}
Expand Down

0 comments on commit 7c4a177

Please sign in to comment.