summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2016-10-18 10:31:19 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2016-10-18 20:15:08 -0700
commitd782e50eb21da2728020a061f30cc2492d6de0f5 (patch)
treeea4253b5661d592cfe4dde18ca57f46dffd6e45b
parent9111b8fbdb70fd8e78f6bc9e31e92469017545f3 (diff)
downloadgobject-introspection-d782e50eb21da2728020a061f30cc2492d6de0f5.tar.gz
tests: Remove unused variable
Left over from code review fix. https://bugzilla.gnome.org/show_bug.cgi?id=772790
-rw-r--r--tests/gimarshallingtests.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/gimarshallingtests.c b/tests/gimarshallingtests.c
index e7f5638a..2e001c02 100644
--- a/tests/gimarshallingtests.c
+++ b/tests/gimarshallingtests.c
@@ -1722,7 +1722,6 @@ gunichar *
gi_marshalling_tests_array_zero_terminated_return_unichar (void)
{
static const gunichar value[] = GI_MARSHALLING_TESTS_CONSTANT_UCS4;
- unsigned ix;
gunichar *retval = g_new0(gunichar, 13);
memcpy (retval, value, 12 * sizeof (gunichar));
return retval;