Explorar el Código

Fix altered compile_code

Yentl Van Tendeloo hace 8 años
padre
commit
5b8b75a40b
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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")