summaryrefslogtreecommitdiff
path: root/dbus/dbus-marshal-basic.h
diff options
context:
space:
mode:
authorThomas Zimmermann <tdz@users.sourceforge.net>2016-08-21 20:37:37 +0200
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-10-10 15:11:03 +0100
commit275605f5ee6162db9f09097a1dd06fa282ca784f (patch)
treea95dd177d9d4bfd81277eaf3ddc9ee208f6de05a /dbus/dbus-marshal-basic.h
parent4d1c15789fd90839ebff572dc4958f831d5d4d4e (diff)
downloaddbus-275605f5ee6162db9f09097a1dd06fa282ca784f.tar.gz
Partially fix warnings from compiler option '-Wredundant-decls'
Signed-off-by: Thomas Zimmermann <tdz@users.sourceforge.net> [smcv: omit the part involving environ, which was more involved] Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=97357
Diffstat (limited to 'dbus/dbus-marshal-basic.h')
-rw-r--r--dbus/dbus-marshal-basic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbus/dbus-marshal-basic.h b/dbus/dbus-marshal-basic.h
index 68ff348b..0c4e4117 100644
--- a/dbus/dbus-marshal-basic.h
+++ b/dbus/dbus-marshal-basic.h
@@ -214,7 +214,6 @@ dbus_uint32_t _dbus_marshal_read_uint32 (const DBusString *str,
int byte_order,
int *new_pos);
int _dbus_type_get_alignment (int typecode);
-int _dbus_type_get_alignment (int typecode);
DBUS_PRIVATE_EXPORT
const char* _dbus_type_to_string (int typecode);