Module: kamailio Branch: master Commit: 16bcb9d257622a68eed44d6eea5e342f35dbde83 URL: https://github.com/kamailio/kamailio/commit/16bcb9d257622a68eed44d6eea5e342f...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2015-09-11T16:39:36+02:00
mem: removed unused variables
- two old vars not needed anymore after previous commit
---
Modified: mem/f_malloc.c
---
Diff: https://github.com/kamailio/kamailio/commit/16bcb9d257622a68eed44d6eea5e342f... Patch: https://github.com/kamailio/kamailio/commit/16bcb9d257622a68eed44d6eea5e342f...
---
diff --git a/mem/f_malloc.c b/mem/f_malloc.c index 834a017..a62665e 100644 --- a/mem/f_malloc.c +++ b/mem/f_malloc.c @@ -521,8 +521,6 @@ void* fm_malloc(struct fm_block* qm, unsigned long size) */ static void fm_join_frag(struct fm_block* qm, struct fm_frag* f) { - int hash; - struct fm_frag *pf; struct fm_frag *n;
n=FRAG_NEXT(f);