Remove probably-unnecessary pragma

This commit is contained in:
Chris Smowton
2024-10-23 22:22:29 +01:00
committed by Owen Mansel-Chan
parent fd40662ad8
commit ccc525abd3

View File

@@ -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)