diff options
author | Havoc Pennington <hp@redhat.com> | 2004-12-31 00:24:24 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2004-12-31 00:24:24 +0000 |
commit | b16ad22d870bd05a5cb04a127c3507edd9cd01fa (patch) | |
tree | 87bd68467c6c783f93fe1a3d6e71d41f89650d4a /dbus/dbus-marshal-recursive.h | |
parent | 4f2318345b8207382926b2c13122a40a4f1eea0f (diff) | |
download | dbus-b16ad22d870bd05a5cb04a127c3507edd9cd01fa.tar.gz |
use vtable instead of flags for types only iterators
Diffstat (limited to 'dbus/dbus-marshal-recursive.h')
-rw-r--r-- | dbus/dbus-marshal-recursive.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |