Skip to content

Commit 79224ca

Browse files
author
Adam Hrbac
committed
Minor refractor
1 parent e48e009 commit 79224ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/bytecode/PBytecodeRootNode.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,8 +1078,7 @@ private Object bytecodeLoop(VirtualFrame virtualFrame, Frame localFrame, Bytecod
10781078

10791079
final PythonLanguage language = PythonLanguage.get(this);
10801080
final Assumption noTrace = language.noTracingAssumption;
1081-
final PythonContext pythonContext = PythonContext.get(this);
1082-
final PythonContext.PythonThreadState threadState = pythonContext.getThreadState(language);
1081+
final PythonContext.PythonThreadState threadState = PythonContext.get(this).getThreadState(language);
10831082

10841083
/*
10851084
* We use an object as a workaround for not being able to specify which local variables are

0 commit comments

Comments
 (0)