girepository/girparser.c: Remove an unused variable.
authorOwen Taylor <otaylor@src.gnome.org>
Tue, 11 Nov 2008 05:11:05 +0000 (05:11 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 11 Nov 2008 05:11:05 +0000 (05:11 +0000)
svn path=/trunk/; revision=879

ChangeLog
girepository/girparser.c

index 1b63ef6..d6a83cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-11  Owen Taylor  <otaylor@redhat.com>
+
+       * girepository/girparser.c: Remove an unused variable.
+
 2008-11-10  Owen Taylor <otaylor@redhat.com>
 
        Add tests for field offset computations
index 60937d9..af9bf34 100644 (file)
@@ -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)