On 07/03/2022 08.03, [email protected] wrote:
From: Marc-André Lureau <[email protected]>GLib g_get_real_time() is an alternative to gettimeofday() which allows to simplify our code. Signed-off-by: Marc-André Lureau <[email protected]> Reviewed-by: Laurent Vivier <[email protected]> --- qga/commands-posix.c | 14 -------------- qga/commands-win32.c | 19 ------------------- qga/commands.c | 5 +++++ 3 files changed, 5 insertions(+), 33 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>
