linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] remove unused fields in struct instruction
@ 2016-12-08  3:13 Luc Van Oostenryck
  0 siblings, 0 replies; only message in thread
From: Luc Van Oostenryck @ 2016-12-08  3:13 UTC (permalink / raw)
  To: linux-sparse; +Cc: Christopher Li, Luc Van Oostenryck

The fields 'begin' & 'end' (multijmp) are unused since commit
0b67ecb622146f71aa6e43379f526d11bdd48b37 which introduced
the field 'multijmp_list'.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
---
 linearize.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/linearize.h b/linearize.h
index 61fbd831..e3e67dde 100644
--- a/linearize.h
+++ b/linearize.h
@@ -106,9 +106,6 @@ struct instruction {
 			pseudo_t base;
 			unsigned from, len;
 		};
-		struct /* multijump */ {
-			int begin, end;
-		};
 		struct /* setval */ {
 			pseudo_t symbol;		/* Subtle: same offset as "src" !! */
 			struct expression *val;
-- 
2.10.2


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

only message in thread, other threads:[~2016-12-08  3:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-08  3:13 [PATCH] remove unused fields in struct instruction Luc Van Oostenryck

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 NNTP newsgroup(s).