Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
Signed-off-by: Keith W. Campbell <[email protected]>
  • Loading branch information
keithc-ca committed Sep 27, 2023
1 parent 32a6198 commit 3f4b62b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jcl/src/java.base/share/classes/java/lang/Access.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@
import jdk.internal.vm.StackableScope;
import jdk.internal.vm.ThreadContainer;
/*[ENDIF] JAVA_SPEC_VERSION >= 19 */
/*[IF JAVA_SPEC_VERSION >= 20]*/
import jdk.internal.misc.CarrierThreadLocal;
/*[ENDIF] JAVA_SPEC_VERSION >= 20 */
/*[ELSE] Sidecar19-SE */
import sun.misc.JavaLangAccess;
import sun.reflect.ConstantPool;
Expand Down

0 comments on commit 3f4b62b

Please sign in to comment.