Skip to content

Commit 7055a68

Browse files
committed
Tiny cleanup
1 parent 56af04b commit 7055a68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/row.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,6 @@ let empty_env =
15921592
{
15931593
dim_env = Map.empty (module Dim_var);
15941594
row_env = Map.empty (module Row_var);
1595-
(* padding_env = Map.empty (module Dim_var); *)
15961595
}
15971596

15981597
let%debug4_sexp solve_inequalities ~(stage : stage) (ineqs : constraint_ list) (env : environment) :

0 commit comments

Comments
 (0)