We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd40662 commit ccc525aCopy full SHA for ccc525a
1 file changed
go/ql/lib/semmle/go/dataflow/internal/FlowSummaryImpl.qll
@@ -321,7 +321,6 @@ module SourceSinkInterpretationInput implements
321
result = skipImplicitFieldReads(lookThroughImplicitFieldRead(n))
322
}
323
324
- pragma[inline]
325
private DataFlow::Node lookThroughImplicitFieldRead(DataFlow::Node n) {
326
result.asInstruction() =
327
n.(DataFlow::InstructionNode)
0 commit comments