Skip to content

Commit 4d5abee

Browse files
committed
Remove unused function
1 parent f35eedb commit 4d5abee

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/errors.janet

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
(defn format-command-errors [command errors]
1515
(map (fn [error] (string command " " (string/ascii-lower error) ".")) errors))
1616

17-
# TODO: This function should go away.
18-
(defn print-errors-without-status-code [errors]
19-
(loop [error :in errors]
20-
(print error)))
21-
2217
(defn print-errors [errors exit-status-code]
2318
(each error errors (print (string error ".")))
2419
(os/exit exit-status-code))

0 commit comments

Comments
 (0)