Sfoglia il codice sorgente

Fix altered compile_code

Yentl Van Tendeloo 8 anni fa
parent
commit
5b8b75a40b
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      bootstrap/compiler.alc

+ 0 - 3
bootstrap/compiler.alc

@@ -26,9 +26,6 @@ Element function generic_compile(code : String, port : String):
 		return read_root()!
 
 Element function compile_code(code : String):
-	// TODO to test performance impact
-	return code!
-
 	String port
 	port = comm_connect("compiler")
 	comm_set(port, "code")