You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/11/07 00:51:44 UTC

[ws-axiom] branch master updated: Remove unused Enum

This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d11bc71a Remove unused Enum
7d11bc71a is described below

commit 7d11bc71aabe492b60f4200a987260f8acb6be38
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Mon Nov 7 00:51:33 2022 +0000

    Remove unused Enum
---
 .../apache/axiom/om/impl/stream/xop/XOPDecodingFilterHandler.java  | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/mixins/om-mixins/src/main/java/org/apache/axiom/om/impl/stream/xop/XOPDecodingFilterHandler.java b/mixins/om-mixins/src/main/java/org/apache/axiom/om/impl/stream/xop/XOPDecodingFilterHandler.java
index f8e8627ba..c1bb4fa41 100644
--- a/mixins/om-mixins/src/main/java/org/apache/axiom/om/impl/stream/xop/XOPDecodingFilterHandler.java
+++ b/mixins/om-mixins/src/main/java/org/apache/axiom/om/impl/stream/xop/XOPDecodingFilterHandler.java
@@ -49,13 +49,6 @@ final class XOPDecodingFilterHandler extends AbstractXOPDecodingFilterHandler {
         }
     }
 
-    private enum State {
-        AFTER_START_ELEMENT,
-        CONTENT_SEEN,
-        IN_XOP_INCLUDE,
-        AFTER_XOP_INCLUDE
-    }
-
     private final OMAttachmentAccessor attachmentAccessor;
 
     XOPDecodingFilterHandler(XmlHandler parent, OMAttachmentAccessor attachmentAccessor) {