Module: kamailio
Branch: master
Commit: 16bcb9d257622a68eed44d6eea5e342f35dbde83
URL: 
https://github.com/kamailio/kamailio/commit/16bcb9d257622a68eed44d6eea5e342f35dbde83

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
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/16bcb9d257622a68eed44d6eea5e342f35dbde83.diff
Patch: 
https://github.com/kamailio/kamailio/commit/16bcb9d257622a68eed44d6eea5e342f35dbde83.patch

---

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);


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to