Silence a bunch of -Wunused-but-set-variable warnings
[platform/upstream/glib.git] / gio / glib-compile-schemas.c
index 7a684ad..d2c3f77 100644 (file)
@@ -1442,9 +1442,6 @@ static void
 schema_state_end (SchemaState **state_ptr,
                   GError      **error)
 {
-  SchemaState *state;
-
-  state = *state_ptr;
   *state_ptr = NULL;
 }