arc-common.c (arc_handle_option): Remove unused variables.
* common/config/arc/arc-common.c (arc_handle_option): Remove unused variables. From-SVN: r242994
This commit is contained in:
parent
48855443fa
commit
a195e177c0
@ -1,5 +1,8 @@
|
||||
2016-11-29 Jeff Law <law@redhat.com>
|
||||
|
||||
* common/config/arc/arc-common.c (arc_handle_option): Remove unused
|
||||
variables.
|
||||
|
||||
* lra-constraints.c (check_and_process_move): Constrain the
|
||||
range of DCLASS and SCLASS to avoid false positive out of bounds
|
||||
array index warning.
|
||||
|
@ -69,9 +69,7 @@ arc_handle_option (struct gcc_options *opts,
|
||||
{
|
||||
size_t code = decoded->opt_index;
|
||||
int value = decoded->value;
|
||||
const char *arg = decoded->arg;
|
||||
static int mcpu_seen = PROCESSOR_NONE;
|
||||
char *p;
|
||||
|
||||
switch (code)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user