From 164a5ebe8137e27ba1989544e3c4e2b9eaa336a4 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 1 Jan 2021 14:18:17 +0100 Subject: [PATCH] tests: Remove unused colordiff function --- tests/test_util.fish | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tests/test_util.fish b/tests/test_util.fish index 950a518f0..12811c63b 100644 --- a/tests/test_util.fish +++ b/tests/test_util.fish @@ -125,21 +125,6 @@ function say -V suppress_color end end -function colordiff -d 'Colored diff output for unified diffs' - diff $argv | while read -l line - switch $line - case '+*' - say green $line - case '-*' - say red $line - case '@*' - say cyan $line - case '*' - echo $line - end - end -end - # lame timer for program in {g,}date if command -q $program && $program --version 1>/dev/null 2>/dev/null