Skip to content

Commit 8dfb076

Browse files
committed
Remove leftover suppression
1 parent 8cc15a0 commit 8dfb076

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/builtins/modules/AtexitModuleBuiltins.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ protected AtExitRootNode(TruffleLanguage<?> language) {
9292
}
9393

9494
@Override
95-
@SuppressWarnings("try")
9695
public Object execute(VirtualFrame frame) {
9796
PythonContext context = contextRef.get();
9897
context.setTopFrameInfo(PFrame.Reference.EMPTY);

0 commit comments

Comments
 (0)