Skip to content

Commit 5d857bd

Browse files
committed
remove unsued funcs
1 parent da7fa3a commit 5d857bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/check-imports.sh

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
set -euo pipefail
1717

1818
log() { printf -- "** %s\n" "$*" >&2; }
19-
error() { printf -- "** ERROR: %s\n" "$*" >&2; }
20-
fatal() { error "$@"; exit 1; }
2119

2220
here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2321
root="${here}/.."

0 commit comments

Comments
 (0)