mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-20 03:26:55 +00:00
remove unused fields
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19219 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
5
loader.c
5
loader.c
@@ -100,13 +100,8 @@ struct module {
|
|||||||
|
|
||||||
enum st_t state;
|
enum st_t state;
|
||||||
int export_refcount; /* how many users of exported symbols */
|
int export_refcount; /* how many users of exported symbols */
|
||||||
|
|
||||||
ast_mutex_t mtx; /* XXX use yet ? */
|
|
||||||
struct localuser *lu;
|
|
||||||
int localusecnt;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
struct loadupdate {
|
struct loadupdate {
|
||||||
AST_LIST_ENTRY(loadupdate) next;
|
AST_LIST_ENTRY(loadupdate) next;
|
||||||
int (*updater)(void);
|
int (*updater)(void);
|
||||||
|
Reference in New Issue
Block a user