projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7507309
)
remove unused fields
author
Luigi Rizzo
<rizzo@icir.org>
Tue, 11 Apr 2006 15:09:24 +0000
(15:09 +0000)
committer
Luigi 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
patch
|
blob
|
history
diff --git
a/loader.c
b/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);