tests: Remove unused_highlight

This commit is contained in:
Matthew Martin
2016-04-24 21:55:47 -05:00
parent fd061b5730
commit d3678ec7a8
32 changed files with 0 additions and 35 deletions

View File

@@ -57,7 +57,6 @@ ZSH_HIGHLIGHT_HIGHLIGHTERS=($1)
# $1: data file
run_test_internal() {
local -a highlight_zone
local unused_highlight='bg=red,underline' # a style unused by anything else, for tests to use
local tests_tempdir="$1"; shift
local srcdir="$PWD"