diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-09-23 10:47:29 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-09-23 10:47:29 -0700 |
commit | 5f4340f1865a6816a148c80dc634660ff5e005b9 (patch) | |
tree | 67576d39be29727414dd429f0487bf1867520a0e /src | |
parent | 863210f7c0f213c577951f7b796fcfc59fef152f (diff) | |
download | ofono-5f4340f1865a6816a148c80dc634660ff5e005b9.tar.bz2 |
Fix unused variable issue from last commits
Diffstat (limited to 'src')
-rw-r--r-- | src/sim.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -525,7 +525,6 @@ static DBusMessage *sim_change_pin(DBusConnection *conn, DBusMessage *msg, void *data) { struct ofono_sim *sim = data; - struct pin_enable_request *req; DBusMessageIter iter; enum ofono_sim_password_type type; const char *typestr; |