[PATCH] remove unused fields in struct instruction

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Newbies FAQ]     [LKML]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Trinity Fuzzer Tool]

  Powered by Linux