mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-27 12:02:04 -06:00
util/uuid: Remove UUID_FMT_LEN
Dangerous and now unused. Cc: Fam Zheng <fam@euphon.net> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: "Denis V. Lunev" <den@openvz.org> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
parent
f8d6f3b16c
commit
4ef9d97b1a
1 changed files with 1 additions and 2 deletions
|
@ -78,8 +78,7 @@ typedef struct {
|
||||||
"%02hhx%02hhx-" \
|
"%02hhx%02hhx-" \
|
||||||
"%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx"
|
"%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx"
|
||||||
|
|
||||||
#define UUID_FMT_LEN 36
|
#define UUID_STR_LEN (36 + 1)
|
||||||
#define UUID_STR_LEN (UUID_FMT_LEN + 1)
|
|
||||||
|
|
||||||
#define UUID_NONE "00000000-0000-0000-0000-000000000000"
|
#define UUID_NONE "00000000-0000-0000-0000-000000000000"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue