Simon Krajewski 6 jaren geleden
bovenliggende
commit
7b39cf4f7f
2 gewijzigde bestanden met toevoegingen van 0 en 8 verwijderingen
  1. 0 1
      .gitignore
  2. 0 7
      extra/ImportAll.hx

+ 0 - 1
.gitignore

@@ -33,7 +33,6 @@
 /libs/xml-light/xml_lexer.ml
 /libs/xml-light/xml_parser.ml
 /libs/xml-light/xml_parser.mli
-/libs/uv/test
 /std/tools/haxedoc/haxedoc
 /std/tools/haxedoc/haxedoc.n
 /std/tools/haxelib/haxelib

+ 0 - 7
extra/ImportAll.hx

@@ -29,11 +29,6 @@ class ImportAll {
 		       Context.defined("lua") || Context.defined("hl") || Context.defined("eval"); // TODO: have to add cs here, SPOD gets in the way at the moment
 	}
 
-	static function isAsysTarget() {
-		// return Context.defined("eval"); // TODO: expand as more targets are integrated
-		return false;
-	}
-
 	public static function run( ?pack ) {
 		if( pack == null ) {
 			pack = "";
@@ -57,8 +52,6 @@ class ImportAll {
 			return;
 		case "sys":
 			if(!isSysTarget()) return;
-		case "asys":
-			if(!isAsysTarget()) return;
 		case "sys.thread":
 			if ( !Context.defined("target.threaded") ) return;
 		case "java":