Skip to content

Commit 0ffda7f

Browse files
committed
remove obsolete comment
1 parent 7f27d6c commit 0ffda7f

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/nodes/statement/AbstractImportNode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ static Object importName(VirtualFrame frame, PythonContext context, PythonModule
178178
throw raiseNode.raiseImportError(frame, IMPORT_NOT_FOUND);
179179
}
180180
if (context.importFunc() != importFunc) {
181-
// FIXME: (tfel) remove the fromList.length > 0 condition
182181
Object globalsArg;
183182
if (globals instanceof PNone) {
184183
globalsArg = globals;

0 commit comments

Comments
 (0)