Skip to content
Snippets Groups Projects
Commit e1d357d0 authored by Mick Jordan's avatar Mick Jordan Committed by Lukas Stadler
Browse files

TruffleNFI: fixes for package installation

parent f4f418c9
No related branches found
No related tags found
No related merge requests found
......@@ -71,14 +71,6 @@ public class TruffleLLVM_Tools implements ToolsRFFI {
}
public static int getC(RConnection conn) {
try {
return conn.getc();
} catch (IOException ex) {
throw RInternalError.shouldNotReachHere(ex);
}
}
@Override
public ParseRdNode createParseRdNode() {
return new TruffleLLVM_ToolsRFFINode();
......
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