Skip to content

Commit 2f9c211

Browse files
committed
Remove incorrect comment
1 parent 7a300ec commit 2f9c211

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PythonContext.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,6 @@ public Thread getOwner() {
808808
// the full module name for package imports
809809
private TruffleString pyPackageContext;
810810

811-
// the actual pointer will be set when the cext is initialized
812811
private final NativePointer nativeNull = NativePointer.createNull();
813812

814813
public RootCallTarget signatureContainer;

0 commit comments

Comments
 (0)