mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-15 15:04:34 +08:00
obexd: remove unused variable
This commit is contained in:
parent
29c35f5bd1
commit
553f3949b5
@ -516,10 +516,7 @@ struct session_data *session_create(const char *source,
|
||||
|
||||
void session_shutdown(struct session_data *session)
|
||||
{
|
||||
struct transfer_data *transfer;
|
||||
|
||||
DBG("%p", session);
|
||||
transfer = session->pending ? session->pending->data : NULL;
|
||||
|
||||
session_ref(session);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user