remove unused fields

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19219 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2006-04-11 15:09:24 +00:00
parent 7507309732
commit 68b136c263

View File

@@ -100,13 +100,8 @@ struct module {
enum st_t state;
int export_refcount; /* how many users of exported symbols */
ast_mutex_t mtx; /* XXX use yet ? */
struct localuser *lu;
int localusecnt;
};
struct loadupdate {
AST_LIST_ENTRY(loadupdate) next;
int (*updater)(void);