gvariant test: Remove unused variable

This commit is contained in:
Ryan Lortie 2010-03-14 22:27:06 -04:00
parent 9f16c70c16
commit 7e4d88b290

View File

@ -3410,7 +3410,7 @@ test_gv_byteswap ()
0,
'b', '\0', swapped16(77), 2,
6, 11 };
GVariant *value, *swapped, *reswapped;
GVariant *value, *swapped;
gchar *string, *string2;