summaryrefslogtreecommitdiff
path: root/src/agent.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2010-11-08 11:15:08 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-11-08 11:15:08 +0200
commit42bb162ca16e92eac264127a88063cadf7d48af7 (patch)
tree8ce4712a087b03ae54c3b3266df552f8d50cc579 /src/agent.c
parent55694454017b04a416931a81964bb695f48b3d93 (diff)
downloadbluez-42bb162ca16e92eac264127a88063cadf7d48af7.tar.gz
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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/agent.c b/src/agent.c
index b65a5504d..2ddfd6ec2 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: