This field was introduced (I think) for OP_SWITCH but is not needed anymore as OP_SWITCH has its own entry with a field fOr multijump list. --- 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