Remove unused import.

Signed-off-by: Erik de Bruin <erik@ixsoftware.nl>
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;