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

remove unused RRuntime.rawToString

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