Skip to content

Commit

Permalink
Minor simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutzen committed Apr 17, 2024
1 parent 98c965e commit 2e858d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/pkg/pass1/cut-netspoc.go
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ func (c *spoc) cutNetspoc(
if up == nil {
break
}
if nat := origNat[up]; nat != nil {
if origNat[up] != nil {
markUnconnectedObj(up, isUsed)
}
}
Expand Down

0 comments on commit 2e858d3

Please sign in to comment.