Skip to content

Commit b70cb90

Browse files
committed
remove boundary
1 parent 49d669b commit b70cb90

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
@@ -394,7 +394,6 @@ Object getServByPort(PInt port, String protocolName) {
394394
}
395395

396396
@Specialization(guards = {"isNoValue(protocolName)"})
397-
@TruffleBoundary
398397
Object getServByPort(int port, @SuppressWarnings("unused") PNone protocolName) {
399398
return getServByPort(port, (String) null);
400399
}

0 commit comments

Comments
 (0)