Skip to content

Commit 49d669b

Browse files
committed
remove useless boundary
1 parent 97ef26f commit 49d669b

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/SocketModuleBuiltins.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ Object getServByPort(int port, @SuppressWarnings("unused") PNone protocolName) {
400400
}
401401

402402
@Specialization
403-
@TruffleBoundary
404403
Object getServByPort(int port, String protocolName) {
405404
if (port < 0 || port > 65535) {
406405
throw raise(PythonBuiltinClassType.OverflowError);

0 commit comments

Comments
 (0)