8295767: Remove unused fields in sun.awt.geom.Edge

Reviewed-by: prr
This commit is contained in:
Andrey Turbanov 2022-10-26 06:07:23 +00:00
parent 324bec19aa
commit e3a5a34c4d

@ -1,5 +1,5 @@
/*
* Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1998, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -26,8 +26,6 @@
package sun.awt.geom;
final class Edge {
static final int INIT_PARTS = 4;
static final int GROW_PARTS = 10;
Curve curve;
int ctag;