diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2010-11-08 11:15:08 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2010-11-08 11:15:08 +0200 |
commit | 42bb162ca16e92eac264127a88063cadf7d48af7 (patch) | |
tree | 8ce4712a087b03ae54c3b3266df552f8d50cc579 /src/agent.c | |
parent | 55694454017b04a416931a81964bb695f48b3d93 (diff) |
Clean up hciops code
Get rid of unnecessary variables now that the most important info is
tracked in the devs table.
Diffstat (limited to 'src/agent.c')
-rw-r--r-- | src/agent.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/agent.c b/src/agent.c index b65a5504..2ddfd6ec 100644 --- a/src/agent.c +++ b/src/agent.c @@ -411,8 +411,6 @@ static void pincode_reply(DBusPendingCall *call, void *user_data) goto done; } - set_pin_length(&sba, len); - cb(agent, NULL, pin, req->user_data); done: |