OSDN Git Service

obexd/client: Remove unused static functions
authorSzymon Janc <szymon.janc@tieto.com>
Fri, 4 Oct 2013 09:05:36 +0000 (11:05 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 4 Oct 2013 11:10:33 +0000 (14:10 +0300)
commit2acbd111a9b8163b3c399a318107f978e1d3c977
treeaf0618fb1626bd226e91f5d9c647101b427735a8
parent9cd1d095e2609e8d2cc98c1b314f435f6563397b
obexd/client: Remove unused static functions

This fix following build error:

  CC     obexd/client/obexd-dbus.o
obexd/client/dbus.c:70:13: error: ‘append_array_variant’ defined but
    not used [-Werror=unused-function]
obexd/client/dbus.c:97:13: error: ‘append_dict_variant’ defined but
    not used [-Werror=unused-function]
obexd/client/dbus.c