From f09dc3e887bf0946975c1e78f01921827117ba50 Mon Sep 17 00:00:00 2001 From: tick Date: Mon, 3 Dec 2007 07:08:22 +0000 Subject: gsmd: Rewrite read, readrg and find of phonebook. (Sean Chiang) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3551 99fdad57-331a-0410-800a-d7fa5415bdb3 --- include/gsmd/gsmd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/gsmd/gsmd.h') diff --git a/include/gsmd/gsmd.h b/include/gsmd/gsmd.h index 5b2a9e6..de99238 100644 --- a/include/gsmd/gsmd.h +++ b/include/gsmd/gsmd.h @@ -98,9 +98,6 @@ struct gsmd_user { struct gsmd *gsmd; struct gsmd_fd gfd; /* the socket */ u_int32_t subscriptions; /* bitmaks of subscribed event groups */ - - struct llist_head pb_readrg_list; /* our READRG phonebook list */ - struct llist_head pb_find_list; /* our FIND phonebook list */ }; #define GSMD_DEBUG 1 /* debugging information */ -- cgit v1.2.3