mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +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
|
case "$OPTION" in
|
||||||
v)
|
v)
|
||||||
INVERT=1
|
INVERT=1
|
||||||
ERROR_MSG='should not be found'
|
|
||||||
;;
|
;;
|
||||||
i)
|
i)
|
||||||
GREPFLAGS="i$GREPFLAGS"
|
GREPFLAGS="i$GREPFLAGS"
|
||||||
|
Loading…
Reference in New Issue
Block a user