From 01fda94550791f75f17d43b8207e54ccb845869a Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 11 Nov 2008 05:11:05 +0000 Subject: [PATCH] girepository/girparser.c: Remove an unused variable. svn path=/trunk/; revision=879 --- girparser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/girparser.c b/girparser.c index 60937d957..af9bf341b 100644 --- a/girparser.c +++ b/girparser.c @@ -869,7 +869,6 @@ start_field (GMarkupParseContext *context, const gchar *writable; const gchar *bits; const gchar *branch; - const gchar *offset; GIrNodeField *field; switch (ctx->state)