On 11/12/2019 15.23, Paolo Bonzini wrote: > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > We have a setenv() wrapper in os-win32.c that no one is actually using. > Drop it and change to g_setenv() uniformly. > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > include/sysemu/os-win32.h | 2 -- > os-win32.c | 22 ---------------------- > tests/libqtest.c | 2 +- > tests/test-crypto-tlscredsx509.c | 2 +- > tests/test-crypto-tlssession.c | 2 +- > tests/test-io-channel-tls.c | 2 +- > tests/test-vmstate.c | 2 +- > ui/sdl2.c | 2 +- > 8 files changed, 6 insertions(+), 30 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>