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

remove obsolete comment

parent 4be82d6e
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,6 @@ import com.oracle.truffle.r.runtime.data.RNull;
import com.oracle.truffle.r.runtime.data.model.RAbstractVector;
@RBuiltin(name = "as.double", aliases = {"as.numeric"}, kind = PRIMITIVE, parameterNames = {"x", "..."})
// TODO define alias in R
public abstract class AsDouble extends RBuiltinNode {
@Child private CastDoubleNode castDoubleNode;
......
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