remove dead code in CGREP script

This commit is contained in:
jyn 2023-12-24 18:34:20 -05:00
parent df4ca44d3f
commit d792e1f50a

View File

@ -33,7 +33,6 @@ while getopts ':vieh' OPTION; do
case "$OPTION" in
v)
INVERT=1
ERROR_MSG='should not be found'
;;
i)
GREPFLAGS="i$GREPFLAGS"