You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/08/07 12:50:08 UTC

[6/6] git commit: [flex-falcon] [refs/heads/develop] - Remove unused import.

Remove unused import.

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/21d65f32
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/21d65f32
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/21d65f32

Branch: refs/heads/develop
Commit: 21d65f32c85549ddfefb51c0dd6607793e691e3e
Parents: c1cbda3
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Thu Aug 7 12:49:43 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Thu Aug 7 12:49:43 2014 +0200

----------------------------------------------------------------------
 compiler.jx/src/org/apache/flex/compiler/clients/COMPJSC.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/21d65f32/compiler.jx/src/org/apache/flex/compiler/clients/COMPJSC.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/clients/COMPJSC.java b/compiler.jx/src/org/apache/flex/compiler/clients/COMPJSC.java
index 18f61fa..afc327d 100644
--- a/compiler.jx/src/org/apache/flex/compiler/clients/COMPJSC.java
+++ b/compiler.jx/src/org/apache/flex/compiler/clients/COMPJSC.java
@@ -19,8 +19,6 @@
 
 package org.apache.flex.compiler.clients;
 
-import static org.apache.flex.compiler.clients.MXMLJSC.jsOutputType;
-
 import java.io.BufferedOutputStream;
 import java.io.File;
 import java.io.FileNotFoundException;