public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Remove dead variable.
@ 2020-01-21 15:04 Martin Liška
  0 siblings, 0 replies; only message in thread
From: Martin Liška @ 2020-01-21 15:04 UTC (permalink / raw)
  To: gcc-patches; +Cc: Segher Boessenkool

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

Hi.

The patch is obvious and approved by Segher.

Martin

gcc/ChangeLog:

2020-01-21  Martin Liska  <mliska@suse.cz>

	* config/rs6000/rs6000.c (common_mode_defined): Remove
	unused variable.
---
  gcc/config/rs6000/rs6000.c | 3 ---
  1 file changed, 3 deletions(-)



[-- Attachment #2: 0001-Remove-dead-variable.patch --]
[-- Type: text/x-patch, Size: 516 bytes --]

diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c
index 9405816fa5d..fc36bb6714b 100644
--- a/gcc/config/rs6000/rs6000.c
+++ b/gcc/config/rs6000/rs6000.c
@@ -101,9 +101,6 @@
 /* Support targetm.vectorize.builtin_mask_for_load.  */
 GTY(()) tree altivec_builtin_mask_for_load;
 
-/* Set to nonzero once AIX common-mode calls have been defined.  */
-static GTY(()) int common_mode_defined;
-
 #ifdef USING_ELFOS_H
 /* Counter for labels which are to be placed in .fixup.  */
 int fixuplabelno = 0;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-21 14:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21 15:04 [PATCH] Remove dead variable Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).