OSDN Git Service

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

This fix following build error:

obexd/src/manager.c: At top level:
obexd/src/manager.c:190:13: error:
     ‘dbus_message_iter_append_dict_entry’ defined but not used
     [-Werror=unused-function]
obexd/src/manager.c