sys/fmt: remove useless assignment
This commit is contained in:
parent
9f90f31291
commit
3a69e0fa98
@ -142,7 +142,6 @@ size_t fmt_hex_bytes(uint8_t *out, const char *hex)
|
||||
size_t len = fmt_strlen(hex);
|
||||
|
||||
if (len & 1) {
|
||||
out = NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user