Skip to content

Commit 131ae49

Browse files
committed
remove superfluous TruffleBoundary
1 parent 05cd088 commit 131ae49

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/objects/bytes/ByteArrayBuiltins.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ public Object str(PByteArray self) {
288288
@GenerateNodeFactory
289289
public abstract static class ReprNode extends PythonUnaryBuiltinNode {
290290
@Specialization
291-
@TruffleBoundary
292291
public Object repr(PByteArray self) {
293292
return self.toString();
294293
}

0 commit comments

Comments
 (0)