Skip to content

Commit a18223f

Browse files
committed
Remove silly code
1 parent 20db2cb commit a18223f

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

bins/ExtractSorry.lean

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,3 @@ def main (args : List String) : IO Unit := do
2525
IO.eprintln (toJson out)
2626
else
2727
IO.println "A path is needed."
28-
29-
30-
def test : IO Unit := do
31-
discard <| IO.FS.readFile ⟨"this is a fake file"
32-
pure ()
33-
34-
35-
#eval test

0 commit comments

Comments
 (0)