From b16ad22d870bd05a5cb04a127c3507edd9cd01fa Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 31 Dec 2004 00:24:24 +0000 Subject: use vtable instead of flags for types only iterators --- dbus/dbus-marshal-recursive.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'dbus/dbus-marshal-recursive.h') diff --git a/dbus/dbus-marshal-recursive.h b/dbus/dbus-marshal-recursive.h index 10108d1f..08df130a 100644 --- a/dbus/dbus-marshal-recursive.h +++ b/dbus/dbus-marshal-recursive.h @@ -39,8 +39,6 @@ struct DBusTypeReader { dbus_uint32_t byte_order : 8; - dbus_uint32_t types_only : 1; /* iterate over types not values */ - dbus_uint32_t finished : 1; /* marks we're at end iterator for cases * where we don't have another way to tell */ -- cgit