dbus/dbus dbus-marshal-header.c,1.14,1.15
Ross Burton
ross at freedesktop.org
Thu Oct 27 09:35:45 PDT 2005
Update of /cvs/dbus/dbus/dbus
In directory gabe:/tmp/cvs-serv29475/dbus
Modified Files:
dbus-marshal-header.c
Log Message:
Cleanups
Index: dbus-marshal-header.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-marshal-header.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- dbus-marshal-header.c 16 Jun 2005 04:27:45 -0000 1.14
+++ dbus-marshal-header.c 27 Oct 2005 16:35:43 -0000 1.15
@@ -153,10 +153,6 @@
int field_code,
DBusTypeReader *variant_reader)
{
- int variant_type;
-
- variant_type = _dbus_type_reader_get_current_type (variant_reader);
-
header->fields[field_code].value_pos =
_dbus_type_reader_get_value_pos (variant_reader);
More information about the dbus-commit
mailing list