public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH,obv] [AArch64] Remove unused struct
@ 2022-08-05 15:48 Luis Machado
  2022-08-06  7:39 ` Enze Li
  0 siblings, 1 reply; 3+ messages in thread
From: Luis Machado @ 2022-08-05 15:48 UTC (permalink / raw)
  To: gdb-patches

While doing something else, I noticed struct sve_context is not used anywhere.

Remove it then.
---
 gdb/nat/aarch64-sve-linux-sigcontext.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gdb/nat/aarch64-sve-linux-sigcontext.h b/gdb/nat/aarch64-sve-linux-sigcontext.h
index 1b40ffa8ee9..a166fbda7da 100644
--- a/gdb/nat/aarch64-sve-linux-sigcontext.h
+++ b/gdb/nat/aarch64-sve-linux-sigcontext.h
@@ -21,12 +21,6 @@
 
 #define SVE_MAGIC	0x53564501
 
-struct sve_context {
-	struct _aarch64_ctx head;
-	__u16 vl;
-	__u16 __reserved[3];
-};
-
 /*
  * The SVE architecture leaves space for future expansion of the
  * vector length beyond its initial architectural limit of 2048 bits
-- 
2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-08  7:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 15:48 [PATCH,obv] [AArch64] Remove unused struct Luis Machado
2022-08-06  7:39 ` Enze Li
2022-08-08  7:38   ` Luis Machado

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).