Skip to content

Commit

Permalink
Remove some unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Aug 20, 2024
1 parent 88b6c88 commit 257a822
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/postkernel/TheoryPP.sml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ fun pp_struct (info_record : struct_info_record) = let
fun pparent (s,i,j) = Thry s

fun pr_bind(s, th, {private}) = let
val (tg, asl, w) = (Thm.tag th, Thm.hyp th, Thm.concl th)
val addsbl = pr_list add_string (add_break(1,2))
in
if is_temp_binding s orelse private then nothing
Expand Down

0 comments on commit 257a822

Please sign in to comment.