Skip to content

Commit 0ea95e5

Browse files
author
Scott Baker
committed
Remove the unused functions from bash
They're in Perl now
1 parent c5570c0 commit 0ea95e5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

diff-so-fancy

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@ mark_empty_lines () {
5252
$SED -E "s/^$color_code_regex[\+\-]$reset_color\s*$/$invert_color\1 $reset_escape/g"
5353
}
5454

55-
strip_leading_symbols () {
56-
# strip the + and -
57-
$SED -E "s/^($color_code_regex)[\+\-]/\1 /g"
58-
}
59-
60-
strip_first_column () {
61-
$SED -E "s/^($color_code_regex)[[:space:]]/\1/g"
62-
}
63-
6455
print_horizontal_rule () {
6556
let width="$(tput cols)"
6657

0 commit comments

Comments
 (0)