remove unused fields
authorLuigi Rizzo <rizzo@icir.org>
Tue, 11 Apr 2006 15:09:24 +0000 (15:09 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Tue, 11 Apr 2006 15:09:24 +0000 (15:09 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19219 65c4cc65-6c06-0410-ace0-fbb531ad65f3

loader.c

index b8af310..58773ca 100644 (file)
--- a/loader.c
+++ b/loader.c
@@ -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);