Procházet zdrojové kódy

Fix altered compile_code

Yentl Van Tendeloo před 8 roky
rodič
revize
5b8b75a40b
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  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")