File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 5252import com .oracle .graal .python .nodes .frame .ReadCallerFrameNode ;
5353import com .oracle .graal .python .nodes .frame .ReadCallerFrameNode .StackWalkResult ;
5454import com .oracle .graal .python .nodes .util .ExceptionStateNodes .GetCaughtExceptionNode ;
55- import com .oracle .graal .python .runtime .ExecutionContextFactory .CallContextNodeGen ;
5655import com .oracle .graal .python .runtime .PythonContext .PythonThreadState ;
5756import com .oracle .graal .python .runtime .exception .PException ;
5857import com .oracle .truffle .api .CompilerAsserts ;
8786public abstract class ExecutionContext {
8887 @ GenerateUncached
8988 public abstract static class CallContext extends Node {
90- @ NeverDefault
91- public static CallContext create () {
92- return CallContextNodeGen .create ();
93- }
94-
9589 /**
9690 * Prepare an indirect call from a Python frame to a Python function.
9791 */
You can’t perform that action at this time.
0 commit comments