Skip to content

Commit ccc525a

Browse files
smowtonowen-mc
authored andcommitted
Remove probably-unnecessary pragma
1 parent fd40662 commit ccc525a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/ql/lib/semmle/go/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ module SourceSinkInterpretationInput implements
321321
result = skipImplicitFieldReads(lookThroughImplicitFieldRead(n))
322322
}
323323

324-
pragma[inline]
325324
private DataFlow::Node lookThroughImplicitFieldRead(DataFlow::Node n) {
326325
result.asInstruction() =
327326
n.(DataFlow::InstructionNode)

0 commit comments

Comments
 (0)