Skip to content

Commit a6febf0

Browse files
author
Pavel Marek
committed
Fix style
1 parent 75edee2 commit a6febf0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

com.oracle.truffle.r.nodes/src/com/oracle/truffle/r/nodes/control/ForNode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
import com.oracle.truffle.api.nodes.LoopNode;
3737
import com.oracle.truffle.api.nodes.UnexpectedResultException;
3838
import com.oracle.truffle.api.profiles.BranchProfile;
39-
import com.oracle.truffle.api.profiles.ConditionProfile;
4039
import com.oracle.truffle.api.source.SourceSection;
4140
import com.oracle.truffle.r.nodes.RASTUtils;
4241
import com.oracle.truffle.r.nodes.access.WriteVariableNode;

com.oracle.truffle.r.nodes/src/com/oracle/truffle/r/nodes/control/WhileNode.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2013, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,7 +26,6 @@
2626
import com.oracle.truffle.api.frame.VirtualFrame;
2727
import com.oracle.truffle.api.nodes.LoopNode;
2828
import com.oracle.truffle.api.profiles.BranchProfile;
29-
import com.oracle.truffle.api.profiles.ConditionProfile;
3029
import com.oracle.truffle.api.source.SourceSection;
3130
import com.oracle.truffle.r.nodes.function.visibility.SetVisibilityNode;
3231
import com.oracle.truffle.r.nodes.unary.ConvertBooleanNode;

0 commit comments

Comments
 (0)