Fix of 'warning: unused variable ‘result‘ [-Wunused-variable]'.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89284
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
Ralf Habacker 2015-03-04 08:17:15 +01:00
parent 50369c1219
commit 0ee8a251ce

View file

@ -417,7 +417,6 @@ test_creds (Fixture *f,
{
#ifdef G_OS_WIN32
gchar *sid;
guint32 result;
char *self_sid;
g_assert (!(seen & SEEN_WINDOWS_SID));