Further cleanup for commented-out Union discriminator handling
authorColin Walters <walters@verbum.org>
Thu, 19 Feb 2009 16:18:48 +0000 (11:18 -0500)
committerColin Walters <walters@verbum.org>
Thu, 19 Feb 2009 16:18:48 +0000 (11:18 -0500)
girepository/girnode.c

index 744f908..6400da9 100644 (file)
@@ -1910,6 +1910,7 @@ g_ir_node_build_typelib (GIrNode    *node,
        blob->discriminator_offset = union_->discriminator_offset;
 
        /* We don't support Union discriminators right now. */
+       /*
        if (union_->discriminator_type)
          {
            *offset += 28;
@@ -1918,14 +1919,8 @@ g_ir_node_build_typelib (GIrNode    *node,
                                     module, modules, strings, types,
                                     data, offset, offset2);
          }
-        /* Always do the non-discriminated case */     
-       /*
        else
          {
-            *offset += 32;
-            blob->discriminated = FALSE;
-            blob->discriminator_type.offset = 0;
-          }  
         */
        *offset += sizeof (UnionBlob);
        blob->discriminated = FALSE;