Skip to content
Snippets Groups Projects
Commit 5ee1304e authored by Lukas Stadler's avatar Lukas Stadler
Browse files

remove unused RRuntime.rawToString

parent 1f8713c1
Branches
No related tags found
No related merge requests found
...@@ -356,11 +356,6 @@ public class RRuntime { ...@@ -356,11 +356,6 @@ public class RRuntime {
return rawStringCache[raw2int(operand)]; return rawStringCache[raw2int(operand)];
} }
@TruffleBoundary
public static String rawToString(byte operand) {
return intToString(raw2int(operand));
}
// conversions from string // conversions from string
@TruffleBoundary @TruffleBoundary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment