mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8316144: Remove unused field jdk.internal.util.xml.impl.XMLStreamWriterImpl.Element._Depth
Reviewed-by: lancea, joehw
This commit is contained in:
parent
c0e154c876
commit
80bd22d093
1 changed files with 1 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2012, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2023, 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
|
||||
|
@ -603,10 +603,6 @@ public class XMLStreamWriterImpl implements XMLStreamWriter {
|
|||
* the parent element
|
||||
*/
|
||||
protected Element _parent;
|
||||
/**
|
||||
* The size of the stack.
|
||||
*/
|
||||
protected short _Depth;
|
||||
/**
|
||||
* indicate if an element is an empty one
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue