mirror of
https://github.com/github/codeql.git
synced 2026-04-18 05:24:01 +02:00
Remove probably-unnecessary pragma
This commit is contained in:
committed by
Owen Mansel-Chan
parent
fd40662ad8
commit
ccc525abd3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user