[lld] Silence compiler warnings by removing always true/false comparisons
type is an uint8_t so type >= 0 is always true and type < 0 is always false.
Loading
Please sign in to comment
type is an uint8_t so type >= 0 is always true and type < 0 is always false.