Skip to content

Commit 80bd22d

Browse files
author
Andrey Turbanov
committed
8316144: Remove unused field jdk.internal.util.xml.impl.XMLStreamWriterImpl.Element._Depth
Reviewed-by: lancea, joehw
1 parent c0e154c commit 80bd22d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/java.base/share/classes/jdk/internal/util/xml/impl/XMLStreamWriterImpl.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2012, 2023, 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
@@ -603,10 +603,6 @@ protected static class Element {
603603
* the parent element
604604
*/
605605
protected Element _parent;
606-
/**
607-
* The size of the stack.
608-
*/
609-
protected short _Depth;
610606
/**
611607
* indicate if an element is an empty one
612608
*/

0 commit comments

Comments
 (0)