Skip to content

Commit

Permalink
kevm: remove unused success and failure utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Everett Hildenbrandt committed Mar 21, 2018
1 parent d3a257d commit 92d476c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kevm
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ run_times="$test_logs/runtime"
progress() { echo "== $@" ; }
warning() { echo -e "WARNING:" "$@" >&2 ; }
die() { echo -e "FATAL:" "$@" >&2 ; exit 1 ; }
success() { echo -e "\e[32m== success: $@\e[0m" ; }
failure() { echo -e "\e[31m== failure: $@\e[0m" ; }

pretty_diff() {
git --no-pager diff --no-index "$@"
Expand Down

0 comments on commit 92d476c

Please sign in to comment.