You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2023/12/13 23:37:56 UTC

(royale-compiler) branch develop updated: unused import

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

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 568791d38 unused import
568791d38 is described below

commit 568791d3866127c13eef48f498c32ff3bafa307a
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Wed Dec 13 15:37:37 2023 -0800

    unused import
---
 .../internal/codegen/js/royale/JSRoyaleBasicMXMLDescriptorEmitter.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/royale/JSRoyaleBasicMXMLDescriptorEmitter.java b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/royale/JSRoyaleBasicMXMLDescriptorEmitter.java
index 71698baac..45072b80d 100644
--- a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/royale/JSRoyaleBasicMXMLDescriptorEmitter.java
+++ b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/royale/JSRoyaleBasicMXMLDescriptorEmitter.java
@@ -19,8 +19,6 @@
 
 package org.apache.royale.compiler.internal.codegen.js.royale;
 
-import java.util.regex.Matcher;
-
 import org.apache.royale.compiler.codegen.ISubEmitter;
 import org.apache.royale.compiler.codegen.mxml.js.IMXMLJSEmitter;
 import org.apache.royale.compiler.internal.codegen.as.ASEmitterTokens;