mirror of https://gitee.com/openkylin/libvirt.git
virt-admin: remove unused VIRT_ADMIN_TIME_BUFLEN
The switch to GDateTime removed the last use.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: 3caa28dc50
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
3a79025d87
commit
451da2f266
|
@ -42,9 +42,6 @@
|
|||
|
||||
#define VIRT_ADMIN_PROMPT "virt-admin # "
|
||||
|
||||
/* we don't need precision to milliseconds in this module */
|
||||
#define VIRT_ADMIN_TIME_BUFLEN VIR_TIME_STRING_BUFLEN - 3
|
||||
|
||||
static char *progname;
|
||||
|
||||
static const vshCmdGrp cmdGroups[];
|
||||
|
|
Loading…
Reference in New Issue