summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-message.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-01-24 05:56:25 +0000
committerHavoc Pennington <hp@redhat.com>2005-01-24 05:56:25 +0000
commit72c433f80ba964f03688b61ff754b1c93d0fb4ad (patch)
tree0247b62780feaa20358679b9fce9a0e2c8b74a44 /dbus/dbus-message.c
parent9d21554dd3b560952cd5aa607c4ec07898c0b260 (diff)
2005-01-24 Havoc Pennington <hp@redhat.com>
* dbus/dbus-message-factory.c: more testing of message validation * dbus/dbus-protocol.h (DBUS_MINIMUM_HEADER_SIZE): move to this header
Diffstat (limited to 'dbus/dbus-message.c')
-rw-r--r--dbus/dbus-message.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/dbus/dbus-message.c b/dbus/dbus-message.c
index eca2a3c4..750d2344 100644
--- a/dbus/dbus-message.c
+++ b/dbus/dbus-message.c
@@ -2970,13 +2970,6 @@ _dbus_message_loader_get_buffer (DBusMessageLoader *loader,
}
/**
- * The smallest header size that can occur. (It won't be valid due to
- * missing required header fields.) This is 4 bytes, two uint32, an
- * array length.
- */
-#define DBUS_MINIMUM_HEADER_SIZE 16
-
-/**
* Returns a buffer obtained from _dbus_message_loader_get_buffer(),
* indicating to the loader how many bytes of the buffer were filled
* in. This function must always be called, even if no bytes were