Fix unused variable pbd

This commit is contained in:
Denis Kenzior 2009-08-20 15:24:40 -05:00
parent 92e373f1c2
commit ba851568f5
1 changed files with 0 additions and 2 deletions

View File

@ -387,8 +387,6 @@ static gboolean isi_phonebook_register(gpointer user)
static int isi_phonebook_probe(struct ofono_phonebook *pb)
{
struct pb_data *pbd;
if (!client) {
/* FIXME: pass GIsiModem object */
client = g_isi_client_create(NULL, PN_SIM);