mpers.awk: remove unnecessary type attribute retrieval
* mpers.awk (what_is): Do not retrieve "type" attribute for "enumeration_type".
This commit is contained in:
@ -90,7 +90,6 @@ function what_is(what_idx, type_idx, special, item, \
|
||||
returned_size = array_get(what_idx, "byte_size")
|
||||
break
|
||||
case "enumeration_type":
|
||||
type_idx = array_get(what_idx, "type")
|
||||
returned_size = array_get(what_idx, "byte_size")
|
||||
printf("uint%s_t ", 8 * returned_size)
|
||||
break
|
||||
|
Reference in New Issue
Block a user