mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 14:23:45 +00:00
remove dead code in CGREP script
This commit is contained in:
parent
df4ca44d3f
commit
d792e1f50a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user