Skip to content

Commit b688571

Browse files
committed
remove old definition of tech_circuit
1 parent 48af8c8 commit b688571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/compileLib.sml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fun compile module_def = let
5757
val _ = timer |> Timer.checkRealTimer |> Time.toString |> (fn time => print ("DONE (" ^ time ^ ")\n"));
5858

5959
val tech_nl_def = new_circuit_definition "tech_nl" tech_nl
60-
val tech_circuit_def = new_circuit_definition "tech_circuit" circuit'
60+
(*val tech_circuit_def = new_circuit_definition "tech_circuit" circuit'*)
6161

6262
(** LEC **)
6363
val _ = print "LECing..."

0 commit comments

Comments
 (0)