You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/10/12 16:18:23 UTC

[royale-compiler] branch develop updated: comment unused line (fix #161)

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

carlosrovira 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 00f6b9c  comment unused line (fix #161)
00f6b9c is described below

commit 00f6b9ca0d6e810b784f59e869ce66a728b48e27
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Oct 12 18:18:15 2020 +0200

    comment unused line (fix #161)
---
 .../src/main/java/flex2/compiler/common/CompilerConfiguration.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flex-compiler-oem/src/main/java/flex2/compiler/common/CompilerConfiguration.java b/flex-compiler-oem/src/main/java/flex2/compiler/common/CompilerConfiguration.java
index 7335ab7..a3c72c2 100644
--- a/flex-compiler-oem/src/main/java/flex2/compiler/common/CompilerConfiguration.java
+++ b/flex-compiler-oem/src/main/java/flex2/compiler/common/CompilerConfiguration.java
@@ -699,7 +699,7 @@ public class CompilerConfiguration implements As3Configuration,
      * double-quote is dropped. The solution is to avoid inner double-quotes and put them around the whole expression:
      *    -define+="CONFIG::foo,'value'"
      */
-	private ObjectList<ConfigVar> jsconfigVars = new ObjectList<ConfigVar>();
+	// private ObjectList<ConfigVar> jsconfigVars = new ObjectList<ConfigVar>();
     
     /**
      * @return A list of ConfigVars