OSDN Git Service

obexd: Remove unused local variables
authorSzymon Janc <szymon.janc@tieto.com>
Fri, 4 Oct 2013 09:05:31 +0000 (11:05 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 4 Oct 2013 11:10:33 +0000 (14:10 +0300)
commitc8f07de497e7652a153b32d66bca120fa3e831c1
tree60a9c99aba36f449e2af900aa927a94c7ad10848
parentf3a0cd30b7f67cd0aa2684a4d6eaa73cbe5f70aa
obexd: Remove unused local variables

This fix following build errors:

obexd/src/manager.c: In function ‘get_root’:
obexd/src/manager.c:253:23: error: unused variable ‘os’
    [-Werror=unused-variable]

obexd/src/manager.c: In function ‘manager_emit_transfer_started’:
obexd/src/manager.c:534:22: error: unused variable ‘id’
    [-Werror=unused-variable]

obexd/src/manager.c: In function ‘manager_request_authorization’:
obexd/src/manager.c:684:14: error: unused variable ‘type’
    [-Werror=unused-variable]
obexd/src/manager.c:683:14: error: unused variable ‘filename’
    [-Werror=unused-variable]
obexd/src/manager.c