C#/Java: Remove inline from returnNodeEnclosingCallable.

This commit is contained in:
Michael Nebel
2022-03-14 12:04:23 +01:00
parent 48dc9d7057
commit 74352925e4
2 changed files with 0 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ import semmle.code.java.dataflow.internal.DataFlowPrivate
import semmle.code.java.dataflow.InstanceAccess
import ModelGeneratorUtils
pragma[inline]
Callable returnNodeEnclosingCallable(ReturnNodeExt ret) {
result = getNodeEnclosingCallable(ret).asCallable()
}