Skip to content

Commit

Permalink
Remove probably-unnecessary pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
smowton authored and owen-mc committed Nov 11, 2024
1 parent fd40662 commit ccc525a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/ql/lib/semmle/go/dataflow/internal/FlowSummaryImpl.qll
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ module SourceSinkInterpretationInput implements
result = skipImplicitFieldReads(lookThroughImplicitFieldRead(n))
}

pragma[inline]
private DataFlow::Node lookThroughImplicitFieldRead(DataFlow::Node n) {
result.asInstruction() =
n.(DataFlow::InstructionNode)
Expand Down

0 comments on commit ccc525a

Please sign in to comment.