arm.c (arm_handle_cmse_nonsecure_call): Remove unused variable main_variant.

* config/arm/arm.c (arm_handle_cmse_nonsecure_call): Remove unused
	variable main_variant.

From-SVN: r243216
This commit is contained in:
Jeff Law 2016-12-02 19:02:51 -07:00 committed by Jeff Law
parent 25207f51c4
commit 57c9def7d0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-12-01 Jeff Law <law@redhat.com>
* config/arm/arm.c (arm_handle_cmse_nonsecure_call): Remove unused
variable main_variant.
2016-12-02 Michael Meissner <meissner@linux.vnet.ibm.com>
* config.gcc (powerpc*-*-linux*): Set gnu-indirect-function by

View File

@ -6774,7 +6774,7 @@ arm_handle_cmse_nonsecure_call (tree *node, tree name,
bool *no_add_attrs)
{
tree decl = NULL_TREE, fntype = NULL_TREE;
tree main_variant, type;
tree type;
if (!use_cmse)
{